Click or drag to resize

FileSystemEntryInfoIsOffline Property

Gets a value indicating whether this instance is offline. The data of the file is not immediately available.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public bool IsOffline { get; }

Property Value

Type: Boolean
if this instance is offline; otherwise, .
See Also