SavePropertiesAction Delegate |
IT Hit User File System
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 7.0.22158.0-Beta
Syntaxpublic delegate Task SavePropertiesAction(
IFileSystemItemMetadata metadata,
string userFileSystemPath
)
Public Delegate Function SavePropertiesAction (
metadata As IFileSystemItemMetadata,
userFileSystemPath As String
) As Task
public delegate Task^ SavePropertiesAction(
IFileSystemItemMetadata^ metadata,
String^ userFileSystemPath
)
type SavePropertiesAction =
delegate of
metadata : IFileSystemItemMetadata *
userFileSystemPath : string -> Task
Parameters
- metadata
- Type: ITHit.FileSystemIFileSystemItemMetadata
Remote storage item info to be saved. - userFileSystemPath
- Type: SystemString
Path in the user file system.
Return Value
Type:
TaskA task object that can be awaited.
See Also