Click or drag to resize
UserInfoProviderCheckLicenseLimitation Method
Checks license limitation for provider UserInfo. Checks limitations for global administrator, editor and site members.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
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: Boolean
Returns TRUE if limitation check is passed. Returns FALSE otherwise.
See Also