Click or drag to resize

DocumentManagerGetNamesFromSelection Method (Guid, Int32, String, Int32, String)

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void GetNamesFromSelection(
	Guid selectionId,
	int maxCount,
	ref string[] names,
	ref int totalCount,
	string whereQuery
)

Parameters

selectionId
Type: SystemGuid
maxCount
Type: SystemInt32
names
Type: SystemString
totalCount
Type: SystemInt32
whereQuery
Type: SystemString
See Also