Click or drag to resize

DocumentManagerGetDocumentsInSchemaType Method

Returns list of documents from selection of particular schema type

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public int GetDocumentsInSchemaType(
	Guid selectionId,
	int maxCount,
	DocumentSchemaType type,
	ref string[] names
)

Parameters

selectionId
Type: SystemGuid
maxCount
Type: SystemInt32
type
Type: FileHold.CommonDocumentSchemaType
names
Type: SystemString

Return Value

Type: Int32
See Also