DocumentManagerGetDocumentsToAssemble Method

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

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Checks whether documents in selection can be assembled and returns them in convenient format.")]
public List<AssembleDocument> GetDocumentsToAssemble(
	Guid selectionId
)

Parameters

selectionId  Guid
 

Return Value

ListAssembleDocument

See Also