Share via


IStorageProviderUriSource Interface

Definition

An interface for getting a content URI path and information.

public interface class IStorageProviderUriSource
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Storage.Provider.CloudFilesContract, 131072)]
/// [Windows.Foundation.Metadata.Guid(2996307665, 35808, 18786, 139, 182, 13, 76, 46, 20, 212, 122)]
struct IStorageProviderUriSource
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Storage.Provider.CloudFilesContract), 131072)]
[Windows.Foundation.Metadata.Guid(2996307665, 35808, 18786, 139, 182, 13, 76, 46, 20, 212, 122)]
public interface IStorageProviderUriSource
Public Interface IStorageProviderUriSource
Attributes

Windows requirements

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

Methods

Name Description
GetContentInfoForPath(String, StorageProviderGetContentInfoForPathResult)

Gets information about a storage provider URI given the path of the URI.

GetPathForContentUri(String, StorageProviderGetPathForContentUriResult)

Gets the path of content URI given the name of the URI.

Applies to