Click or drag to resize
CheckLicenceAttribute Class
Checks the license for the given page and performs redirect if license is not valid. Works only with pages inherited from CMSPage class.
Inheritance Hierarchy

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public class CheckLicenceAttribute : AbstractAttribute, 
	ICMSSecurityAttribute, ICMSAttribute

The CheckLicenceAttribute type exposes the following members.

Constructors
  NameDescription
Public methodCheckLicenceAttribute
Constructor.
Top
Properties
  NameDescription
Public propertyContainsMacro
If true, the attribute contains macros
(Inherited from AbstractAttribute.)
Public propertyExistingObject
If True, attribute is applied only when edited object is defined.
(Inherited from AbstractAttribute.)
Public propertyFeature
Feature to check.
Public propertyNewObject
If True, attribute is applied only when edited object is not defined.
(Inherited from AbstractAttribute.)
Top
Methods
  NameDescription
Protected methodGetText
Gets the text for the element.
(Inherited from AbstractAttribute.)
Protected methodGetUrl
Transforms the URL to the correct format.
(Inherited from AbstractAttribute.)
Public methodCheck
Does the license check and performs redirect if license is not valid.
Protected methodCheckEditedObject
Returns True if attribute should be applied. Evaluation is based on the edited object existence and ExistingObject and NewObject properties.
(Inherited from AbstractAttribute.)
Protected methodResolve
Resolves the give text.
(Inherited from AbstractAttribute.)
Top
See Also