DocumentManagerGetDocumentsInSchemaType Method

Returns list of documents from selection of particular schema type

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Returns list of documents from selection of particular schema type")]
public int GetDocumentsInSchemaType(
	Guid selectionId,
	int maxCount,
	DocumentSchemaType type,
	ref string[] names
)

Parameters

selectionId  Guid
 
maxCount  Int32
 
type  DocumentSchemaType
 
names  String
 

Return Value

Int32

See Also