Share via


StorageProviderKnownFolderEntry Class

Definition

Represents a known folder that is registered with the provider.

public ref class StorageProviderKnownFolderEntry sealed
/// [Windows.Foundation.Metadata.Activatable(458752, "Windows.Storage.Provider.CloudFilesContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Storage.Provider.CloudFilesContract, 458752)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class StorageProviderKnownFolderEntry final
[Windows.Foundation.Metadata.Activatable(458752, "Windows.Storage.Provider.CloudFilesContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Storage.Provider.CloudFilesContract), 458752)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class StorageProviderKnownFolderEntry
function StorageProviderKnownFolderEntry()
Public NotInheritable Class StorageProviderKnownFolderEntry
Inheritance
Object Platform::Object IInspectable StorageProviderKnownFolderEntry
Attributes

Windows requirements

Requirements Description
Device family
Windows 11 Insider Preview (introduced in 10.0.23504.0)
API contract
Windows.Storage.Provider.CloudFilesContract (introduced in v7.0)

Remarks

Use this class to get information about a known folder that is registered with the provider, including its current sync status.

Constructors

Name Description
StorageProviderKnownFolderEntry()

Creates a new instance of a StorageProviderKnownFolderEntry object.

Properties

Name Description
KnownFolderId

A Guid representing the identifier of the known folder.

Status

The StorageProviderKnownFolderSyncStatus of the known folder.

Applies to