PlaceholderItemTrySetErrorStatus Method (Boolean) |
IT Hit User File System
Tries to set or clear error status icon to indicate synchronization status.
Namespace:
ITHit.FileSystem.Windows
Assembly:
ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.3.27213.0
Syntax public bool TrySetErrorStatus(
bool status
)
Public Function TrySetErrorStatus (
status As Boolean
) As Boolean
public:
bool TrySetErrorStatus(
bool status
)
member TrySetErrorStatus :
status : bool -> bool
Parameters
- status
- Type: SystemBoolean
Return Value
Type:
BooleanTrue if the method completed successfully, false - otherwise.
See Also