Class UserPolicy
Inheritance
System.Object
UserPolicy
Assembly: MediaBrowser.Model.dll
Properties
Declaration
public AccessSchedule[] AccessSchedules { get; set; }
Property Value
Declaration
public bool AllowCameraUpload { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool AllowSharingPersonalItems { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool AllowTagOrRating { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string AuthenticationProviderId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string[] BlockedMediaFolders { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public string[] BlockedTags { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public UnratedItem[] BlockUnratedItems { get; set; }
Property Value
Declaration
public bool EnableAllChannels { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool EnableAllDevices { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool EnableAllFolders { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool EnableAudioPlaybackTranscoding { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableContentDeletion
Declaration
public bool EnableContentDeletion { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableContentDeletionFromFolders
Declaration
public string[] EnableContentDeletionFromFolders { get; set; }
Property Value
Type |
Description |
System.String[] |
|
EnableContentDownloading
Declaration
public bool EnableContentDownloading { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string[] EnabledChannels { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public string[] EnabledDevices { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public string[] EnabledFolders { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public bool EnableLiveTvAccess { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool EnableLiveTvManagement { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool EnableMediaConversion { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool EnableMediaPlayback { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool EnablePlaybackRemuxing { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool EnablePublicSharing { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool EnableRemoteAccess { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool EnableRemoteControlOfOtherUsers { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool EnableSharedDeviceControl { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool EnableSubtitleDownloading { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool EnableSubtitleManagement { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Gets or sets a value indicating whether [enable synchronize].
Declaration
public bool EnableSyncTranscoding { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if [enable synchronize]; otherwise, false .
|
Declaration
public bool EnableUserPreferenceAccess { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool EnableVideoPlaybackTranscoding { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string[] ExcludedSubFolders { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public string[] IncludeTags { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public int InvalidLoginAttemptCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Gets or sets a value indicating whether this instance is administrator.
Declaration
public bool IsAdministrator { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if this instance is administrator; otherwise, false .
|
Gets or sets a value indicating whether this instance is disabled.
Declaration
public bool IsDisabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if this instance is disabled; otherwise, false .
|
Gets or sets a value indicating whether this instance is hidden.
Declaration
public bool IsHidden { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if this instance is hidden; otherwise, false .
|
Declaration
public bool IsHiddenFromUnusedDevices { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsHiddenRemotely { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsTagBlockingModeInclusive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public long LockedOutDate { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Gets or sets the max parental rating.
Declaration
public int? MaxParentalRating { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
The max parental rating.
|
Declaration
public int RemoteClientBitrateLimit { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string[] RestrictedFeatures { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public int SimultaneousStreamLimit { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Extension Methods