Sdílet prostřednictvím


StorageProviderKnownFolderEntry.Status Property

Definition

The StorageProviderKnownFolderSyncStatus of the known folder.

public:
 property StorageProviderKnownFolderSyncStatus Status { StorageProviderKnownFolderSyncStatus get(); void set(StorageProviderKnownFolderSyncStatus value); };
StorageProviderKnownFolderSyncStatus Status();

void Status(StorageProviderKnownFolderSyncStatus value);
public StorageProviderKnownFolderSyncStatus Status { get; set; }
var storageProviderKnownFolderSyncStatus = storageProviderKnownFolderEntry.status;
storageProviderKnownFolderEntry.status = storageProviderKnownFolderSyncStatus;
Public Property Status As StorageProviderKnownFolderSyncStatus

Property Value

Gets or sets the sync enrollment status of the known folder.

Remarks

The three possible states are:

  • Available: A specific known folder is eligible to be backed up by the cloud provider and is not already enrolled or enrolling.
  • Enrolling: A cloud provider started the process of enrolling a known folder. Typically, this represents the time during which files are moved from the known folder to the storage provider’s root and the known folder redirection is applied.
  • Enrolled: A specific folder is already backed up by the cloud provider.

Applies to

See also