Click or drag to resize

CloudFileStatus  Conversion (CloudFileStatus to UInt32)

IT Hit User File System
Performs an implicit conversion from CloudFileStatus to UInt32.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.1.26727.0-Beta2
Syntax
public static implicit operator uint (
	CloudFileStatus value
)

Parameters

value
Type: ITHit.FileSystemCloudFileStatus
The value.

Return Value

Type: UInt32
The result of the conversion.
See Also