DocumentManagerGetDocumentVersionsToSend Method

Returns brief information about document versions from selection.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.2.0.0
C#
[WebMethodAttribute(Description = "Returns brief information about document versions from selection.")]
public EmailDocumentInfo[] GetDocumentVersionsToSend(
	Guid selectionId
)

Parameters

selectionId  Guid
 

Return Value

EmailDocumentInfo

Remarks

Used when displaying information about documents which will be attached to email when sending specific versions of documents.

See Also