Click or drag to resize

FileHoldServiceDownloadDocument Method

Namespace:  FileHold.LibraryManager.AssembleDocuments
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void DownloadDocument(
	int metadataVersionId,
	MemoryStream outputStream
)

Parameters

metadataVersionId
Type: SystemInt32
outputStream
Type: System.IOMemoryStream
See Also