FileInformation.IsAvailable Property

Definition

Indicates if the current file has been downloaded or can be downloaded.

public:
 property bool IsAvailable { bool get(); };
bool IsAvailable();
public bool IsAvailable { get; }
var boolean = fileInformation.isAvailable;
Public ReadOnly Property IsAvailable As Boolean

Property Value

Boolean

bool

True if the file has been downloaded or can be downloaded. Otherwise, false.

Implements

Applies to

See also