PlaceholderItemGetErrorStatus Method (String) |
IT Hit User File System
Gets error status.
Namespace:
ITHit.FileSystem.Windows
Assembly:
ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.3.27213.0
Syntax public static bool GetErrorStatus(
string userFileSystemPath
)
Public Shared Function GetErrorStatus (
userFileSystemPath As String
) As Boolean
public:
static bool GetErrorStatus(
String^ userFileSystemPath
)
static member GetErrorStatus :
userFileSystemPath : string -> bool
Parameters
- userFileSystemPath
- Type: SystemString
Path in the user file system.
Return Value
Type:
BooleanTrue if error status is set; false otherwise.
See Also