Click or drag to resize

IClientNotificationsGetMetadataAsync Method

IT Hit User File System
Gets single item metadata from remote storage.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 9.0.29481.0-Beta
Syntax
Task<IMetadata> GetMetadataAsync(
	IResultContextBase resultContext = null,
	CancellationToken cancellationToken = null
)

Parameters

resultContext (Optional)
Type: ITHit.FileSystemIResultContextBase
Result context.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The token to monitor for cancellation requests.

Return Value

Type: TaskIMetadata
Item metadata.
Remarks
This method returns information about a single item by calling GetMetadataAsync(IOperationContext, IResultContextBase, CancellationToken) method.
See Also