Click or drag to resize
ApplicationUserMapToUserInfo Method
Maps ApplicationUser properties to the UserInfo instance.

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

Parameters

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