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

Definition

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

Parameters

selectionId  Guid
 
maxCount  Int32
 
names  String
 
totalCount  Int32
 
whereQuery  String
 
withUserId  Boolean
 

See Also