UserInfoProviderCheckLicenseLimitation Method |
Checks license limitation for provider UserInfo. Checks limitations for global administrator, editor and site members.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax public static bool CheckLicenseLimitation(
UserInfo ui,
ref string error
)
Parameters
- ui
- Type: CMS.MembershipUserInfo
UserInfo to be checked - error
- Type: SystemString
Will contain error message if license check failed
Return Value
Type:
BooleanReturns TRUE if limitation check is passed. Returns FALSE otherwise.
See Also