AuthenticationHelperEnsureExternalUser Method |
Ensures that the external user record is present in the database.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax public static void EnsureExternalUser(
UserInfo uInfo
)
Parameters
- uInfo
- Type: CMS.MembershipUserInfo
User info object with the user data
See Also