.NET Framework Class Library

IHandlerFactory.GetDownloadDocument 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.GetDownloadDocument Method

Namespace: Gnostice.Controls.ASP

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

Syntax

Visual Basic

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

C#

DownloadDocumentInfo GetDownloadDocument(
 string documentid,
 int revNumber,
 string password,
 string filename
)

Visual C++

DownloadDocumentInfoGetDownloadDocument(
 Stringdocumentid,
 int revNumber,
 Stringpassword,
 Stringfilename
)

Parameters

documentid

Type: System.String

revNumber

Type: System.Int32

password

Type: System.String

filename

Type: System.String

See Also

IHandlerFactory Interface

IHandlerFactory Members

Gnostice.Controls.ASP Namespace