Click or drag to resize

CloudFileStatusExtensionGetMessage Method

IT Hit User File System
Returns text description of the code.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26727.0-Beta2
Syntax
public static string GetMessage(
	this CloudFileStatus cloudFileStatus
)

Parameters

cloudFileStatus
Type: ITHit.FileSystemCloudFileStatus

Return Value

Type: String

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type CloudFileStatus. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also