Class UserDto
Class UserDto
Inheritance
Namespace: MediaBrowser.Model.Dto
Assembly: MediaBrowser.Model.dll
Syntax
public class UserDto : IItemDto, IHasServerId
Properties
Configuration
Gets or sets the configuration.
Declaration
public UserConfiguration Configuration { get; set; }
Property Value
Type | Description |
---|---|
UserConfiguration | The configuration. |
ConnectLinkType
Gets or sets the type of the connect link.
Declaration
public UserLinkType? ConnectLinkType { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<UserLinkType> | The type of the connect link. |
ConnectUserName
Gets or sets the name of the connect user.
Declaration
public string ConnectUserName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the connect user. |
DateCreated
Declaration
public DateTimeOffset? DateCreated { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
EnableAutoLogin
Declaration
public bool? EnableAutoLogin { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
HasConfiguredEasyPassword
Declaration
[Obsolete]
public bool HasConfiguredEasyPassword { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
HasConfiguredPassword
Gets or sets a value indicating whether this instance has configured password.
Declaration
public bool HasConfiguredPassword { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
HasPassword
Gets or sets a value indicating whether this instance has password.
Declaration
public bool HasPassword { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Id
Gets or sets the id.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The id. |
LastActivityDate
Gets or sets the last activity date.
Declaration
public DateTimeOffset? LastActivityDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> | The last activity date. |
LastLoginDate
Gets or sets the last login date.
Declaration
public DateTimeOffset? LastLoginDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> | The last login date. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Policy
Gets or sets the policy.
Declaration
public UserPolicy Policy { get; set; }
Property Value
Type | Description |
---|---|
UserPolicy | The policy. |
Prefix
Declaration
public string Prefix { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PrimaryImageAspectRatio
Gets or sets the primary image aspect ratio.
Declaration
public double? PrimaryImageAspectRatio { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> | The primary image aspect ratio. |
PrimaryImageTag
Gets or sets the primary image tag.
Declaration
public string PrimaryImageTag { get; set; }
Property Value
Type | Description |
---|---|
System.String | The primary image tag. |
ServerId
Gets or sets the server identifier.
Declaration
public string ServerId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The server identifier. |
ServerName
Gets or sets the name of the server. This is not used by the server and is for client-side usage only.
Declaration
public string ServerName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the server. |
UserItemShareLevel
Declaration
public UserItemShareLevel? UserItemShareLevel { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<UserItemShareLevel> |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |