Click or drag to resize

IServerNotificationsCreateAsync Method

IT Hit User File System
Creates new file and folder placeholders in the user file system in this folder.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.1.26727.0-Beta2
Syntax
Task<OperationResult> CreateAsync(
	IFileSystemItemMetadata[] newItemsInfo
)

Parameters

newItemsInfo
Type: ITHit.FileSystemIFileSystemItemMetadata
Array of new files and folders.

Return Value

Type: TaskOperationResult
Operation result, indicating if the operation was successfull and how many items was affected. If operation failed contains a reason for the failure.
Remarks

Call this method from your remote storage monitor when new items are created in the remote storage.

See Also