Click or drag to resize
ContactRoleInfoProviderGetContactRoleInfoInternal Method (String)
Returns contact role with specified name.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
protected virtual ContactRoleInfo GetContactRoleInfoInternal(
	string roleName
)

Parameters

roleName
Type: SystemString
Contact role name

Return Value

Type: ContactRoleInfo
See Also