Click or drag to resize
UserInfoProviderEnsureRolesAndSites Method
Ensures that roles and sites for the given user are present within the database.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
public static void EnsureRolesAndSites(
	UserInfo uInfo
)

Parameters

uInfo
Type: CMS.MembershipUserInfo
Source user info object
See Also