Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called when the folder is updated.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[OperationContractAttribute(IsOneWay = true)]
void FolderUpdated(
Guid folderID,
FOLDER_EVENTS folderChangeEvent,
FolderInfo folderInfo,
int connectiontId
)
[OperationContractAttribute(IsOneWay = true)]
void FolderUpdated(
Guid folderID,
FOLDER_EVENTS folderChangeEvent,
FolderInfo^ folderInfo,
int connectiontId
)
<OperationContractAttribute(IsOneWay := True)>
Sub FolderUpdated (
folderID As Guid,
folderChangeEvent As FOLDER_EVENTS,
folderInfo As FolderInfo,
connectiontId As Integer
)
Parameters
folderID
Type: System.GuidFolder ID.
folderChangeEvent
Type: Microsoft.WindowsServerSolutions.Storage.FOLDER_EVENTSThe type of event.
folderInfo
Type: Microsoft.WindowsServerSolutions.Storage.FolderInfoAdditional information about the folder.
connectiontId
Type: System.Int32The connection ID.
See Also
IStorageProviderCallback Interface
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top