DocumentManagerGetShortcutsFromSelection Method |
Returns list of shortcuts in selection
Namespace:
FileHold.LibraryManager
Assembly:
FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntaxpublic void GetShortcutsFromSelection(
Guid selectionId,
int maxCount,
ref string[] names,
ref int totalCount
)
Parameters
- selectionId
- Type: SystemGuid
- maxCount
- Type: SystemInt32
- names
- Type: SystemString
- totalCount
- Type: SystemInt32
See Also