Click or drag to resize

IDatabaseGetDocument Method

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

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
IDocument GetDocument(
	int DocumentId
)

Parameters

DocumentId
Type: SystemInt32

Return Value

Type: IDocument
See Also