PlaceholderFolderTryHydrationRequired 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: 9.0.29552.0
Syntaxpublic bool TryHydrationRequired(
	out Nullable<bool> hydrationRequired
)
Public Function TryHydrationRequired ( 
	<OutAttribute> ByRef hydrationRequired As Nullable(Of Boolean)
) As Boolean
public:
bool TryHydrationRequired(
	[OutAttribute] Nullable<bool>% hydrationRequired
)
member TryHydrationRequired : 
        hydrationRequired : Nullable<bool> byref -> bool 
Parameters
- hydrationRequired
 - Type: SystemNullableBoolean
True if hydration is required. False - otherwise. 
Return Value
Type: 
BooleanTrue if the method completed successfully. False - otherwise.
See Also