Click or drag to resize

ContentUriSourceRpcBaseGetContentInfoForPath Method

IT Hit User File System
Gets information about a storage provider URI given the path 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 GetContentInfoForPath(
	string path,
	StorageProviderGetContentInfoForPathResult result
)

Parameters

path
Type: SystemString
The path of the storage provider URI.
result
Type: StorageProviderGetContentInfoForPathResult
Content information about the provided storage provider URI.
See Also