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

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual ContactRoleInfo GetContactRoleInfoInternal(
	string roleName,
	string siteName
)

Parameters

roleName
Type: SystemString
Contact role name
siteName
Type: SystemString
Site name

Return Value

Type: ContactRoleInfo
See Also