Click or drag to resize

SavePropertiesAction Delegate

IT Hit User File System
Delegate called when item properties should be saved during ProcessChangesAsync(SavePropertiesAction, CancellationToken) call.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 7.0.22158.0-Beta
Syntax
public delegate Task SavePropertiesAction(
	IFileSystemItemMetadata metadata,
	string userFileSystemPath
)

Parameters

metadata
Type: ITHit.FileSystemIFileSystemItemMetadata
Remote storage item info to be saved.
userFileSystemPath
Type: SystemString
Path in the user file system.

Return Value

Type: Task
A task object that can be awaited.
See Also