Click or drag to resize

PlaceholdersTryFindByRemoteStorageId Method

IT Hit User File System
Tries to get 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 bool TryFindByRemoteStorageId(
	byte[] remoteStorageItemId,
	out PlaceholderItem placeholder
)

Parameters

remoteStorageItemId
Type: SystemByte
File or folder item ID in the remote storage.
placeholder
Type: ITHit.FileSystem.WindowsPlaceholderItem
PlaceholderFile item or PlaceholderFolder item that corresponds to the item ID provided.

Return Value

Type: Boolean
True if the item successfully retrieved, false if the item does not exists.
See Also