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.3.27213.0
Syntax public PlaceholderState GetState()
Public Function GetState As PlaceholderState
public:
PlaceholderState GetState()
member GetState : unit -> PlaceholderState
Return Value
Type:
PlaceholderStatePlaceholder 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