Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class UserPolicy

    Inheritance
    System.Object
    UserPolicy
    Namespace: MediaBrowser.Model.Users
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class UserPolicy

    Properties

    AccessSchedules

    Declaration
    public AccessSchedule[] AccessSchedules { get; set; }
    Property Value
    Type Description
    AccessSchedule[]

    AllowCameraUpload

    Declaration
    public bool AllowCameraUpload { get; set; }
    Property Value
    Type Description
    System.Boolean

    AllowSharingPersonalItems

    Declaration
    public bool AllowSharingPersonalItems { get; set; }
    Property Value
    Type Description
    System.Boolean

    AllowTagOrRating

    Declaration
    public bool AllowTagOrRating { get; set; }
    Property Value
    Type Description
    System.Boolean

    AuthenticationProviderId

    Declaration
    public string AuthenticationProviderId { get; set; }
    Property Value
    Type Description
    System.String

    BlockedMediaFolders

    Declaration
    public string[] BlockedMediaFolders { get; set; }
    Property Value
    Type Description
    System.String[]

    BlockedTags

    Declaration
    public string[] BlockedTags { get; set; }
    Property Value
    Type Description
    System.String[]

    BlockUnratedItems

    Declaration
    public UnratedItem[] BlockUnratedItems { get; set; }
    Property Value
    Type Description
    UnratedItem[]

    EnableAllChannels

    Declaration
    public bool EnableAllChannels { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableAllDevices

    Declaration
    public bool EnableAllDevices { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableAllFolders

    Declaration
    public bool EnableAllFolders { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableAudioPlaybackTranscoding

    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

    EnabledChannels

    Declaration
    public string[] EnabledChannels { get; set; }
    Property Value
    Type Description
    System.String[]

    EnabledDevices

    Declaration
    public string[] EnabledDevices { get; set; }
    Property Value
    Type Description
    System.String[]

    EnabledFolders

    Declaration
    public string[] EnabledFolders { get; set; }
    Property Value
    Type Description
    System.String[]

    EnableLiveTvAccess

    Declaration
    public bool EnableLiveTvAccess { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableLiveTvManagement

    Declaration
    public bool EnableLiveTvManagement { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableMediaConversion

    Declaration
    public bool EnableMediaConversion { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableMediaPlayback

    Declaration
    public bool EnableMediaPlayback { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnablePlaybackRemuxing

    Declaration
    public bool EnablePlaybackRemuxing { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnablePublicSharing

    Declaration
    public bool EnablePublicSharing { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableRemoteAccess

    Declaration
    public bool EnableRemoteAccess { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableRemoteControlOfOtherUsers

    Declaration
    public bool EnableRemoteControlOfOtherUsers { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableSharedDeviceControl

    Declaration
    public bool EnableSharedDeviceControl { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableSubtitleDownloading

    Declaration
    public bool EnableSubtitleDownloading { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableSubtitleManagement

    Declaration
    public bool EnableSubtitleManagement { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableSyncTranscoding

    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.

    EnableUserPreferenceAccess

    Declaration
    public bool EnableUserPreferenceAccess { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableVideoPlaybackTranscoding

    Declaration
    public bool EnableVideoPlaybackTranscoding { get; set; }
    Property Value
    Type Description
    System.Boolean

    ExcludedSubFolders

    Declaration
    public string[] ExcludedSubFolders { get; set; }
    Property Value
    Type Description
    System.String[]

    IncludeTags

    Declaration
    public string[] IncludeTags { get; set; }
    Property Value
    Type Description
    System.String[]

    InvalidLoginAttemptCount

    Declaration
    public int InvalidLoginAttemptCount { get; set; }
    Property Value
    Type Description
    System.Int32

    IsAdministrator

    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.

    IsDisabled

    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.

    IsHidden

    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.

    IsHiddenFromUnusedDevices

    Declaration
    public bool IsHiddenFromUnusedDevices { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsHiddenRemotely

    Declaration
    public bool IsHiddenRemotely { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsTagBlockingModeInclusive

    Declaration
    public bool IsTagBlockingModeInclusive { get; set; }
    Property Value
    Type Description
    System.Boolean

    LockedOutDate

    Declaration
    public long LockedOutDate { get; set; }
    Property Value
    Type Description
    System.Int64

    MaxParentalRating

    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.

    RemoteClientBitrateLimit

    Declaration
    public int RemoteClientBitrateLimit { get; set; }
    Property Value
    Type Description
    System.Int32

    RestrictedFeatures

    Declaration
    public string[] RestrictedFeatures { get; set; }
    Property Value
    Type Description
    System.String[]

    SimultaneousStreamLimit

    Declaration
    public int SimultaneousStreamLimit { get; set; }
    Property Value
    Type Description
    System.Int32

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.