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.2.27026.0
Syntax public abstract IEnumerable<StorageProviderItemProperty> GetItemProperties(
string itemPath
)
Public MustOverride Function GetItemProperties (
itemPath As String
) As IEnumerable(Of StorageProviderItemProperty)
public:
virtual IEnumerable<StorageProviderItemProperty^>^ GetItemProperties(
String^ itemPath
) abstract
abstract GetItemProperties :
itemPath : string -> IEnumerable<StorageProviderItemProperty>
Parameters
- itemPath
- Type: SystemString
A path to the storage item.
Return Value
Type:
IEnumerableStorageProviderItemPropertyA list of item properties from the storage provider.
See Also