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

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

Parameters

domain
Type: System.String
feature
Type: CMS.DataEngine.FeatureEnum
action
Type: CMS.DataEngine.ObjectActionEnum

Return Value

Type: Boolean
See Also