DocumentManagerGetDocumentsInSchemas Method

Returns information about documents from selection in terms of belonging to document schemas

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Returns information about documents from selection in terms of belonging to document schemas")]
public DocumentInSchema[] GetDocumentsInSchemas(
	Guid selectionId,
	out int documentsCountInAllSchemas
)

Parameters

selectionId  Guid
 
documentsCountInAllSchemas  Int32
 

Return Value

DocumentInSchema

See Also