StorageFile.IsAvailable Property

Definition

Indicates if the file is local, is cached locally, or can be downloaded.

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

Property Value

Boolean

bool

True if the file is local, is cached locally, or can be downloaded. Otherwise, false.

Implements

Applies to

See also