Click or drag to resize

CustomStateHandlerBaseGetItemProperties Method

IT Hit User File System
Gets a list of item properties for a storage provider.

Namespace:  ITHit.FileSystem.Windows.ShellExtension
Assembly:  ITHit.FileSystem.Windows.ShellExtension (in ITHit.FileSystem.Windows.ShellExtension.dll) Version: 8.1.26727.0-Beta2
Syntax
public abstract IEnumerable<StorageProviderItemProperty> GetItemProperties(
	string itemPath
)

Parameters

itemPath
Type: SystemString
A path to the storage item.

Return Value

Type: IEnumerableStorageProviderItemProperty
A list of item properties from the storage provider.
See Also