.NET Framework Class Library

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

Namespace: Gnostice.Controls.ASP

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

Syntax

Visual Basic

Function GetPageFormFields ( _
 documentid As String, _
 revNumber As Integer, _
 password As String, _
 pagenumber As Integer _
As String

C#

string GetPageFormFields(
 string documentid,
 int revNumber,
 string password,
 int pagenumber
)

Visual C++

StringGetPageFormFields(
 Stringdocumentid,
 int revNumber,
 Stringpassword,
 int pagenumber
)

Parameters

documentid

Type: System.String

revNumber

Type: System.Int32

password

Type: System.String

pagenumber

Type: System.Int32

See Also

IHandlerFactory Interface

IHandlerFactory Members

Gnostice.Controls.ASP Namespace