Click or drag to resize
ContactRoleInfoProvider.GetContactRoleInfoInternal 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: System.String
Contact role name

Return Value

Type: ContactRoleInfo
See Also