Click or drag to resize

PlaceholderItemGetState Method

IT Hit User File System
Gets placeholder state.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26791.0-Beta2
Syntax
public PlaceholderState GetState()

Return Value

Type: PlaceholderState
Placeholder state flags.
Remarks

This method returns placeholder state information.

You can use this method to detect if the file or folder is a placeholder or a regular file/folder by checking the NoStates flag.

See Also