Zips and downloads the specified folders and documents in byte array format.

Syntax

Visual Basic (declaration)
Public Function DownloadZip( _ 
ByVal AuthenticationTicket as String, _ ByVal Path as String) as Byte()

C# (declaration)
public byte[] DownloadZip( 
string AuthenticationTicket, string Path)

Parameters

AuthenticationTicket
    string infoRouter ticket
Path
    string Folder or document paths in PIPE | delimited format.

Return Value

Returns the content of the document in a byte array.

Remarks

The caller must be the owner of the document or must have at least "Read" permissions on the document and list rights on the folders.