Click or drag to resize

PlaceholderFileTryHydrationRequired Method

IT Hit User File System
Tries to determin if the hydration is required.

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

Parameters

hydrationRequired
Type: SystemNullableBoolean
True if hydration is required. False - otherwise.

Return Value

Type: Boolean
True if the method completed successfully. False - otherwise.
See Also