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

    Show / Hide Table of Contents

    Class UserDataChangeInfo

    Class UserDataChangeInfo

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

    Properties

    UserDataList

    Gets or sets the user data list.

    Declaration
    public UserItemDataDto[] UserDataList { get; set; }
    Property Value
    Type Description
    UserItemDataDto[]

    The user data list.

    UserId

    Gets or sets the user id.

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

    The user id.

    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.