Click or drag to resize

DocumentManagerGetDocumentsToAssemble Method

Checks whether documents in selection can be assembled and returns them in convenient format.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<AssembleDocument> GetDocumentsToAssemble(
	Guid selectionId
)

Parameters

selectionId
Type: SystemGuid

Return Value

Type: ListAssembleDocument
See Also