ContentUriSourceBaseGetContentInfoForPath 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.4.27341.0
Syntax public abstract void GetContentInfoForPath(
string path,
StorageProviderGetContentInfoForPathResult result
)
Public MustOverride Sub GetContentInfoForPath (
path As String,
result As StorageProviderGetContentInfoForPathResult
)
public:
virtual void GetContentInfoForPath(
String^ path,
StorageProviderGetContentInfoForPathResult^ result
) abstract
abstract GetContentInfoForPath :
path : string *
result : StorageProviderGetContentInfoForPathResult -> unit
Parameters
- path
- Type: SystemString
The path of the storage provider URI. - result
- Type: StorageProviderGetContentInfoForPathResult
Content information about the provided storage provider URI.
See Also