Click or drag to resize

DocumentManagerGetDocumentsToSend Method

Returns brief information about documents from selection.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public EmailDocumentInfo[] GetDocumentsToSend(
	Guid selectionId
)

Parameters

selectionId
Type: SystemGuid

Return Value

Type: EmailDocumentInfo
Remarks
Is used when displaying information about documents which will be attached to email.
See Also