IRoleRemoveFunctionRight Method |
Remove a function right from the active list. (Refresh the list of functionrights in the role before saving.)
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid RemoveFunctionRight(
IListTextItem functionRight
)
Sub RemoveFunctionRight (
functionRight As IListTextItem
)
Dim instance As IRole
Dim functionRight As IListTextItem
instance.RemoveFunctionRight(functionRight)
void RemoveFunctionRight(
[InAttribute] IListTextItem^ functionRight
)
Parameters
- functionRight
- Type: SuperOffice.COM.ApplicationIListTextItem
See Also