Class PlaylistColumns

Definition

Namespace:
Tizen.Content.MediaContent
Assembly:
Tizen.Content.MediaContent.dll
API Level:
4

Provides the playlist column names that can be used for Select and Count commands.

C#
Copy
public static class PlaylistColumns
Inheritance
System.Object
PlaylistColumns

Properties

View Source

Count

Gets the column name for the number of members of playlist.

Declaration
C#
Copy
public static string Count { get; }
Property Value
Type Description
System.String

The column name for the number of members of playlist.

Remarks

The value type is integer.

API Level: 4
View Source

Id

Gets the column name for the ID of playlist.

Declaration
C#
Copy
public static string Id { get; }
Property Value
Type Description
System.String

The column name for the ID of playlist.

Remarks

The value type is integer.

See Also
API Level: 4
View Source

MemberOrder

Gets the column name for the member order of playlist.

Declaration
C#
Copy
public static string MemberOrder { get; }
Property Value
Type Description
System.String

The column name for the member order of playlist.

Remarks

The value type is integer.

API Level: 4
View Source

Name

Gets the column name for the name of playlist.

Declaration
C#
Copy
public static string Name { get; }
Property Value
Type Description
System.String

The column name for the name of playlist.

Remarks

The value type is string.

See Also
API Level: 4

See Also