UserInfoProvider CheckLicenseLimitation Method Kentico 8.0 API Reference
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.0.0.0 (8.0.5239.26125)

Parameters

ui
Type: CMS.Membership UserInfo
UserInfo to be checked
error
Type: OnlineSystem String 
Will contain error message if license check failed

Return Value

Type: OnlineBoolean
Returns TRUE if limitation check is passed. Returns FALSE otherwise.
See Also