.NET Framework Class Library

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

Namespace: Gnostice.Controls.ASP

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

Syntax

Visual Basic

Function GetDocumentInfo ( _
 documentid As String, _
 revNumbe As Integer, _
 password As String _
As DocumentInfoResponse

C#

DocumentInfoResponse GetDocumentInfo(
 string documentid,
 int revNumbe,
 string password
)

Visual C++

DocumentInfoResponseGetDocumentInfo(
 Stringdocumentid,
 int revNumbe,
 Stringpassword
)

Parameters

documentid

Type: System.String

revNumbe

Type: System.Int32

password

Type: System.String

See Also

IHandlerFactory Interface

IHandlerFactory Members

Gnostice.Controls.ASP Namespace