Click or drag to resize

IAdminGetAllStatusMonitors Method

Return a collection of the status monitors for a given table, indexed by the monitor id.

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
IStatusMonitors GetAllStatusMonitors(
	SOTableId TableId,
	bool includeDeletedItems
)

Parameters

TableId
Type: SuperOffice.COM.ApplicationSOTableId
includeDeletedItems
Type: SystemBoolean

Return Value

Type: IStatusMonitors
See Also