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.3.27213.0
Syntax public bool TryGetRemoteStorageItemId(
out byte[] remoteStorageItemId
)
Public Function TryGetRemoteStorageItemId (
<OutAttribute> ByRef remoteStorageItemId As Byte()
) As Boolean
public:
bool TryGetRemoteStorageItemId(
[OutAttribute] array<unsigned char>^% remoteStorageItemId
)
member TryGetRemoteStorageItemId :
remoteStorageItemId : byte[] byref -> bool
Parameters
- remoteStorageItemId
- Type: SystemByte
Remote storage item ID or null if the remote storage ID was never set.
Return Value
Type:
BooleanTrue if the method completed successfully, false - otherwise.
See Also