IRoleIsTableCovered Method |
Returns true if the role defines rights for the given table. The list of tables is the same for all role types.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool IsTableCovered(
SOTableId TableId
)
Function IsTableCovered (
TableId As SOTableId
) As Boolean
Dim instance As IRole
Dim TableId As SOTableId
Dim returnValue As Boolean
returnValue = instance.IsTableCovered(TableId)
bool IsTableCovered(
[InAttribute] SOTableId TableId
)
Parameters
- TableId
- Type: SuperOffice.COM.ApplicationSOTableId
Return Value
Type:
Boolean
See Also