IRoleAddFunctionRight Method |
Add a function right to the active list. Use the function right id or the function right key-name (like 'admin-users')
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid AddFunctionRight(
IListTextItem functionRight
)
Sub AddFunctionRight (
functionRight As IListTextItem
)
Dim instance As IRole
Dim functionRight As IListTextItem
instance.AddFunctionRight(functionRight)
void AddFunctionRight(
[InAttribute] IListTextItem^ functionRight
)
Parameters
- functionRight
- Type: SuperOffice.COM.ApplicationIListTextItem
See Also