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

    Show / Hide Table of Contents

    Class UserDataSaveEventArgs

    Class UserDataSaveEventArgs

    Inheritance
    System.Object
    System.EventArgs
    UserDataSaveEventArgs
    Inherited Members
    System.EventArgs.Empty
    Namespace: MediaBrowser.Controller.Library
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public sealed class UserDataSaveEventArgs : EventArgs

    Properties

    CollectionFolders

    Declaration
    public BaseItem[] CollectionFolders { get; set; }
    Property Value
    Type Description
    BaseItem[]

    Item

    Gets or sets the item.

    Declaration
    public BaseItem Item { get; set; }
    Property Value
    Type Description
    BaseItem

    The item.

    SaveReason

    Gets or sets the save reason.

    Declaration
    public UserDataSaveReason SaveReason { get; set; }
    Property Value
    Type Description
    UserDataSaveReason

    The save reason.

    User

    Gets or sets the user id.

    Declaration
    public User User { get; set; }
    Property Value
    Type Description
    User

    The user id.

    UserData

    Gets or sets the user data.

    Declaration
    public UserItemData UserData { get; set; }
    Property Value
    Type Description
    UserItemData

    The user data.

    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.