IStorageFilePropertiesWithAvailability IStorageFilePropertiesWithAvailability IStorageFilePropertiesWithAvailability IStorageFilePropertiesWithAvailability Interface

Definition

Provides access to the IsAvailable property.

public : interface IStorageFilePropertiesWithAvailabilitypublic interface IStorageFilePropertiesWithAvailabilityPublic Interface IStorageFilePropertiesWithAvailability// You can use this interface in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Properties

IsAvailable IsAvailable IsAvailable IsAvailable

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

public : PlatForm::Boolean IsAvailable { get; }public bool IsAvailable { get; }Public ReadOnly Property IsAvailable As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

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