.NET Framework Class Library

IHandlerFactory.GetDownloadAsDocument Method

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.ASP Namespace > IHandlerFactory Interface > IHandlerFactory Methods >

.NET Framework Class Library

IHandlerFactory.GetDownloadAsDocument Method

Namespace: Gnostice.Controls.ASP

Assembly:  Gnostice.Controls.ASP (in Gnostice.Controls.ASP.dll)

Syntax

Visual Basic

Function GetDownloadAsDocument ( _
 documentid As String, _
 revNumber As Integer, _
 password As String, _
 format As String, _
 filename As String _
As DownloadDocumentInfo

C#

DownloadDocumentInfo GetDownloadAsDocument(
 string documentid,
 int revNumber,
 string password,
 string format,
 string filename
)

Visual C++

DownloadDocumentInfoGetDownloadAsDocument(
 Stringdocumentid,
 int revNumber,
 Stringpassword,
 Stringformat,
 Stringfilename
)

Parameters

documentid

Type: System.String

revNumber

Type: System.Int32

password

Type: System.String

format

Type: System.String

filename

Type: System.String

See Also

IHandlerFactory Interface

IHandlerFactory Members

Gnostice.Controls.ASP Namespace