PlaceholderItemTryGetErrorStatus Method (String, 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.3.27213.0
Syntax public static bool TryGetErrorStatus(
string userFileSystemPath,
out bool status
)
Public Shared Function TryGetErrorStatus (
userFileSystemPath As String,
<OutAttribute> ByRef status As Boolean
) As Boolean
public:
static bool TryGetErrorStatus(
String^ userFileSystemPath,
[OutAttribute] bool% status
)
static member TryGetErrorStatus :
userFileSystemPath : string *
status : bool byref -> bool
Parameters
- userFileSystemPath
- Type: SystemString
Path in the user file system. - status
- Type: SystemBoolean
When this methods returns contains error status.
Return Value
Type:
BooleanTrue if operation was successful; false otherwise.
See Also