Click or drag to resize

IAdminCreateRole Method

Create a new role based on an existing role. (Null creates a blank role with no rights). Returns the new role.

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
IRole CreateRole(
	EnAssocRoleType roleType,
	IRole pCopyFrom
)

Parameters

roleType
Type: SuperOffice.COM.ApplicationEnAssocRoleType
pCopyFrom
Type: SuperOffice.COM.ApplicationIRole

Return Value

Type: IRole
See Also