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

    Show / Hide Table of Contents

    Class PinRedeemResult

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

    Properties

    Success

    Gets or sets a value indicating whether this PinRedeemResult is success.

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

    true if success; otherwise, false.

    UsersReset

    Gets or sets the users reset.

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

    The users reset.

    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.