Click or drag to resize

PlaceholderItemTryGetState Method

IT Hit User File System
Tries to get placeholder state.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26727.0-Beta2
Syntax
public bool TryGetState(
	out Nullable<PlaceholderState> state
)

Parameters

state
Type: SystemNullablePlaceholderState
Placeholder state flags.

Return Value

Type: Boolean
True if the method succeded, false - otherwise.
See Also