Click or drag to resize

PlaceholderItemTryGetErrorStatus Method (Boolean)

IT Hit User File System
Tries to get error status.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26727.0-Beta2
Syntax
public bool TryGetErrorStatus(
	out bool status
)

Parameters

status
Type: SystemBoolean
When this methods returns contains error status.

Return Value

Type: Boolean
True if operation was successful; false otherwise.
See Also