CloudFilesContextMenuVerbBaseGetMenuTitleAsync Method |
IT Hit User File System
Gets menu title.
Namespace:
ITHit.FileSystem.Windows.ShellExtension
Assembly:
ITHit.FileSystem.Windows.ShellExtension (in ITHit.FileSystem.Windows.ShellExtension.dll) Version: 8.2.27026.0
Syntax protected abstract Task<string> GetMenuTitleAsync(
IEnumerable<string> filesPath
)
Protected MustOverride Function GetMenuTitleAsync (
filesPath As IEnumerable(Of String)
) As Task(Of String)
protected:
virtual Task<String^>^ GetMenuTitleAsync(
IEnumerable<String^>^ filesPath
) abstract
abstract GetMenuTitleAsync :
filesPath : IEnumerable<string> -> Task<string>
Parameters
- filesPath
- Type: System.Collections.GenericIEnumerableString
List of selected items.
Return Value
Type:
TaskStringMenu title.
See Also