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

    Show / Hide Table of Contents

    Class SessionUserInfo

    Class SessionUserInfo.

    Inheritance
    System.Object
    SessionUserInfo
    Namespace: MediaBrowser.Model.Session
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class SessionUserInfo

    Properties

    UserId

    Gets or sets the user identifier.

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

    The user identifier.

    UserInternalId

    Declaration
    [IgnoreDataMember]
    public long UserInternalId { get; set; }
    Property Value
    Type Description
    System.Int64

    UserName

    Gets or sets the name of the user.

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

    The name of the user.

    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.