Click or drag to resize
UserInfoProvider.LicenseVersionCheck Method
License version check.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax
C#
public static bool LicenseVersionCheck(
	string domain,
	FeatureEnum feature,
	ObjectActionEnum action,
	bool currentStatus
)

Parameters

domain
Type: System.String
Domain name
feature
Type: CMS.DataEngine.FeatureEnum
Feature
action
Type: CMS.DataEngine.ObjectActionEnum
Action
currentStatus
Type: System.Boolean
License status

Return Value

Type: Boolean
See Also