Click or drag to resize

DatabaseClassGetDocument Method

Get an existing document object. Returns an error if the document is hidden.

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public virtual SODocument GetDocument(
	int DocumentId
)

Parameters

DocumentId
Type: SystemInt32

Return Value

Type: SODocument

Implements

IDatabaseGetDocument(Int32)
See Also