Click or drag to resize
WebFarmTaskInfoCheckLicense Method
Checks the object license.

Namespace: CMS.WebFarmSync
Assembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 10.0.0
Syntax
C#
protected override sealed bool CheckLicense(
	ObjectActionEnum action = ObjectActionEnum.Read,
	string domainName = null
)

Parameters

action (Optional)
Type: CMS.DataEngineObjectActionEnum
Object action.
domainName (Optional)
Type: SystemString
Domain name, if not set, uses current domain.

Return Value

Type: Boolean
Exceptions
ExceptionCondition
LicenseExceptionThrows LicenseException if license check failed.
See Also