Click or drag to resize

PlaceholdersFindByRemoteStorageIdAsync Method

IT Hit User File System
Gets placeholder file or folder that corresponds to the remote storage item id.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26791.0-Beta2
Syntax
public Task<PlaceholderItem> FindByRemoteStorageIdAsync(
	byte[] remoteStorageItemId
)

Parameters

remoteStorageItemId
Type: SystemByte
File or folder item ID in the remote storage.

Return Value

Type: TaskPlaceholderItem
PlaceholderFile item or PlaceholderFolder item that corresponds to the item ID provided or null if an item does not exsist.
See Also