Click or drag to resize

PlaceholderItemTryGetRemoteStorageItemId Method

IT Hit User File System
Tries to get remote storage item ID associated with the placeholder.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26727.0-Beta2
Syntax
public bool TryGetRemoteStorageItemId(
	out byte[] remoteStorageItemId
)

Parameters

remoteStorageItemId
Type: SystemByte
Remote storage item ID or null if the remote storage ID was never set.

Return Value

Type: Boolean
True if the method completed successfully, false - otherwise.
See Also