Initialize a new instance of Document

Namespace:  IpernityNET.IpernityObjects
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public Document(
	int id
)
Visual Basic (Declaration)
Public Sub New ( _
	id As Integer _
)
Visual C++
public:
Document(
	int id
)

Parameters

id
Type: System..::.Int32
The document ID

See Also