Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 712 Bytes

storageproviderpopulationpolicy.md

File metadata and controls

27 lines (18 loc) · 712 Bytes
-api-id -api-type
T:Windows.Storage.Provider.StorageProviderPopulationPolicy
winrt enum

Windows.Storage.Provider.StorageProviderPopulationPolicy

-description

Allows a sync provider to control how a placeholder file or directory

-enum-fields

-field Full:1

If the placeholder files or directories are not fully populated, the platform will request that the sync provider populate them before completing a user request.

-field AlwaysFull:2

The platform will assume that placeholder files and directories are always available locally.

-remarks

-see-also

-examples