StorageProviderGetContentInfoForPathResult Class

Definition

Provides methods to get additional information about a content URI path.

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

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.17134.0)
API contract
Windows.Storage.Provider.CloudFilesContract (introduced in v2.0)

Constructors

StorageProviderGetContentInfoForPathResult()

A StorageProviderGetContentInfoForPathResult default constructor.

Properties

ContentId

Gets or sets the content ID associated with the StorageProviderGetContentInfoForPathResult.

ContentUri

Gets or sets the content URI associated with the StorageProviderGetContentInfoForPathResult.

Status

The status of a storage provider associated with the StorageProviderGetContentInfoForPathResult.

Applies to