Click or drag to resize

ContentUriSourceRpcBaseGetPathForContentUri Method

IT Hit User File System
Gets the path of content URI given the name of the URI.

Namespace:  ITHit.FileSystem.Windows.ShellExtension
Assembly:  ITHit.FileSystem.Windows.ShellExtension (in ITHit.FileSystem.Windows.ShellExtension.dll) Version: 8.1.26791.0-Beta2
Syntax
public override void GetPathForContentUri(
	string contentUri,
	StorageProviderGetPathForContentUriResult result
)

Parameters

contentUri
Type: SystemString
The string name of the content URI.
result
Type: StorageProviderGetPathForContentUriResult
The path of the provided content URI.
See Also