DocumentManagerGetShortcutsFromSelection Method

This method is deprecated.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "This method is deprecated.")]
public void GetShortcutsFromSelection(
	Guid selectionId,
	int maxCount,
	ref string[] names,
	ref int totalCount
)

Parameters

selectionId  Guid
 
maxCount  Int32
 
names  String
 
totalCount  Int32
 

See Also