Class PlaylistUpdateValues

    Definition

    Namespace:
    Tizen.Content.MediaContent
    Assembly:
    Tizen.Content.MediaContent.dll

    Provides means to set values used for the update command.

    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public class PlaylistUpdateValues
    Inheritance
    object
    PlaylistUpdateValues
    Remarks

    The values only set in the object will be affected to the update command.

    Properties

    View Source

    Name

    Gets or sets the name of the playlist for an update.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public string Name { get; set; }
    Property Value
    Type Description
    string

    A string for name; the field will not be updated if null.

    Remarks

    If the value is null, the update operation will have no effect on the field.

    See Also
    Update(int, PlaylistUpdateValues)
    View Source

    ThumbnailPath

    Gets or sets the thumbnail path of the playlist for an update.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public string ThumbnailPath { get; set; }
    Property Value
    Type Description
    string

    A string for the thumbnail path; the field will not be updated if null.

    Remarks

    If the value is null, the update operation will have no effect on the field.

    See Also
    Update(int, PlaylistUpdateValues)

    See Also

    Update(int, PlaylistUpdateValues)
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX