Class FolderUpdatedEventArgs

Definition

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

Provides data for the FolderUpdated event.

C#
Copy
public class FolderUpdatedEventArgs : EventArgs
Inheritance
System.Object
FolderUpdatedEventArgs

Properties

View Source

Id

Gets the ID of the folder updated.

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

The ID of the folder updated.

API Level: 4
View Source

OperationType

Gets the operation type.

Declaration
C#
Copy
public OperationType OperationType { get; }
Property Value
Type Description
OperationType

The operation type which triggers the event.

API Level: 4
View Source

Path

Gets the path of the folder updated.

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

The path of the folder updated.

API Level: 4