ItemsChangeEventArgsRemoteStorageItemID Property |
IT Hit User File System
Remote storage item ID.
In case of a create operation this is a parent remote storage item ID.
The remote storage item ID for each item in case of the create operation is passed in property.
Namespace:
ITHit.FileSystem.Windows
Assembly:
ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.3.27213.0
Syntax public byte[] RemoteStorageItemID { get; }
Public ReadOnly Property RemoteStorageItemID As Byte()
Get
public:
virtual property array<unsigned char>^ RemoteStorageItemID {
array<unsigned char>^ get () sealed;
}
abstract RemoteStorageItemID : byte[] with get
override RemoteStorageItemID : byte[] with get
Property Value
Type:
ByteImplements
IItemsChangeRemoteStorageItemIDSee Also