Click or drag to resize

PlaceholderItemSetErrorStatus Method

IT Hit User File System
Sets or clears error status icon to indicate synchronization status.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26727.0-Beta2
Syntax
public static void SetErrorStatus(
	string userFileSystemPath,
	bool status
)

Parameters

userFileSystemPath
Type: SystemString
Path in the user file system.
status
Type: SystemBoolean
If true shows error status icon; if false removes error status icon.
See Also