IStorageProviderUriSource.GetContentInfoForPath Method

Definition

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

public:
 void GetContentInfoForPath(Platform::String ^ path, StorageProviderGetContentInfoForPathResult ^ result);
void GetContentInfoForPath(winrt::hstring const& path, StorageProviderGetContentInfoForPathResult const& result);
public void GetContentInfoForPath(string path, StorageProviderGetContentInfoForPathResult result);
function getContentInfoForPath(path, result)
Public Sub GetContentInfoForPath (path As String, result As StorageProviderGetContentInfoForPathResult)

Parameters

path
String

Platform::String

winrt::hstring

The path of the storage provider URI.

result
StorageProviderGetContentInfoForPathResult

Content information about the provided storage provider URI.

Applies to