Show / Hide Table of Contents

    Class PlaylistUpdateValues

    Provides means to set values used for the update command.

    Inheritance
    Object
    PlaylistUpdateValues
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Tizen.Content.MediaContent
    Assembly: Tizen.Content.MediaContent.dll
    Syntax
    public class PlaylistUpdateValues
    Remarks

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

    Properties

    Name

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

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

    API Version
    4

    ThumbnailPath

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

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

    API Version
    4

    See Also

    Update(Int32, PlaylistUpdateValues)
    Back to top Copyright © 2016-2018 Samsung
    Generated by DocFX