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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public virtual 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
See Also