Click or drag to resize
ActivityInfoCheckLicense Method
Checks the object license. Returns true if the licensing conditions for this object were matched.

Namespace: CMS.Activities
Assembly: CMS.Activities (in CMS.Activities.dll) Version: 12.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, feature in the best license is check

Return Value

Type: Boolean
See Also