Click or drag to resize
ApplicationRoleMapToRoleInfo Method
Maps ApplicationRole properties to the RoleInfo instance.

Namespace: Kentico.Membership
Assembly: Kentico.Membership (in Kentico.Membership.dll) Version: 13.0.131
Syntax
C#
public virtual void MapToRoleInfo(
	RoleInfo target
)

Parameters

target
Type: CMS.MembershipRoleInfo
Target object.
Exceptions
ExceptionCondition
ArgumentNullExceptiontarget is null.
See Also