DocumentManagerPrepareMultipleDocumentsToDownload Method

Retrieves information about specified documents and creates download tokens for them

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Retrieves information about specified documents and creates download tokens for them")]
public List<DocumentToDownload> PrepareMultipleDocumentsToDownload(
	int[] metadataVersions,
	ActionType actionType
)

Parameters

metadataVersions  Int32
actionType  ActionType

Return Value

ListDocumentToDownload

See Also