IAdminGetAllFunctionRights Method |
Collection of all function rights. Each function right is a list item with an id and a name + description. The value('keyname') returns the unique string name of a function right
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIListTextItems GetAllFunctionRights(
EnAssocRoleType roleType
)
Function GetAllFunctionRights (
roleType As EnAssocRoleType
) As IListTextItems
Dim instance As IAdmin
Dim roleType As EnAssocRoleType
Dim returnValue As IListTextItems
returnValue = instance.GetAllFunctionRights(roleType)
IListTextItems^ GetAllFunctionRights(
[InAttribute] EnAssocRoleType roleType
)
Parameters
- roleType
- Type: SuperOffice.COM.ApplicationEnAssocRoleType
Return Value
Type:
IListTextItems
See Also