Click or drag to resize

DocumentManagerPrepareMultipleDocumentsToDownload Method

Retrieves information about specified documents and creates download tokens for them

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<DocumentToDownload> PrepareMultipleDocumentsToDownload(
	int[] metadataVersions,
	ActionType actionType
)

Parameters

metadataVersions
Type: SystemInt32
actionType
Type: FileHold.CommonActionType

Return Value

Type: ListDocumentToDownload
See Also