StorageFile.IsAvailable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.