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

    Show / Hide Table of Contents

    Class PluginSecurityInfo

    Class PluginSecurityInfo

    Inheritance
    System.Object
    PluginSecurityInfo
    Namespace: MediaBrowser.Model.Entities
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class PluginSecurityInfo

    Properties

    IsMBSupporter

    Gets or sets a value indicating whether this instance is MB supporter.

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

    true if this instance is MB supporter; otherwise, false.

    SupporterKey

    Gets or sets the supporter key.

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

    The supporter key.

    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.