Click or drag to resize
ForumInfoProviderLicenseVersionCheck Method
License version check.

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

Parameters

domain
Type: SystemString
feature
Type: CMS.DataEngineFeatureEnum
action
Type: CMS.DataEngineObjectActionEnum

Return Value

Type: Boolean
See Also