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
SyntaxIStatusMonitors GetAllStatusMonitors(
SOTableId TableId,
bool includeDeletedItems
)
Function GetAllStatusMonitors (
TableId As SOTableId,
includeDeletedItems As Boolean
) As IStatusMonitors
Dim instance As IAdmin
Dim TableId As SOTableId
Dim includeDeletedItems As Boolean
Dim returnValue As IStatusMonitors
returnValue = instance.GetAllStatusMonitors(TableId,
includeDeletedItems)
IStatusMonitors^ GetAllStatusMonitors(
[InAttribute] SOTableId TableId,
[InAttribute] bool includeDeletedItems
)
Parameters
- TableId
- Type: SuperOffice.COM.ApplicationSOTableId
- includeDeletedItems
- Type: SystemBoolean
Return Value
Type:
IStatusMonitors
See Also