Click or drag to resize
UserInfoProviderLicenseVersionCheck Method
License version check.

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

Parameters

domain
Type: SystemString
Domain name
feature
Type: CMS.DataEngineFeatureEnum
Feature
action
Type: CMS.DataEngineObjectActionEnum
Action
currentStatus
Type: SystemObject
License status

Return Value

Type: Boolean
See Also