Share via


FOLDER_EVENTS Enumeration

 

Describes a folder event.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Syntax

[DataContractAttribute]
public enum FOLDER_EVENTS
[DataContractAttribute]
public enum class FOLDER_EVENTS
<DataContractAttribute>
Public Enumeration FOLDER_EVENTS

Members

Member name Description
Created

Created.

Deleted

Deleted.

PermissionsUpdated

Permissions updated.

Updated

Updated.

See Also

Microsoft.WindowsServerSolutions.Storage Namespace

Return to top