Click or drag to resize

IDatabaseGetProject Method

Get an existing project from the database. Returns an error if the project is hidden.

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
IProject GetProject(
	int ProjectId
)

Parameters

ProjectId
Type: SystemInt32

Return Value

Type: IProject
See Also