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. |