Click or drag to resize

IDatabaseGetPerson Method

Get a Person object by person_id. Returns an error if the person is hidden by sentry rules.

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
IPerson GetPerson(
	int PersonId
)

Parameters

PersonId
Type: SystemInt32

Return Value

Type: IPerson
See Also