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.Guid- Folder ID. 
- folderChangeEvent 
 Type: Microsoft.WindowsServerSolutions.Storage.FOLDER_EVENTS- The type of event. 
- folderInfo 
 Type: Microsoft.WindowsServerSolutions.Storage.FolderInfo- Additional information about the folder. 
- connectiontId 
 Type: System.Int32- The connection ID. 
See Also
IStorageProviderCallback Interface
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top