Click or drag to resize
RegisterMacroNamespaceAttribute Class
Registers a macro namespace within the macro engine
Inheritance Hierarchy
SystemObject
  SystemAttribute
    CMS.MacroEngineRegisterMacroNamespaceAttribute

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
Syntax
C#
public class RegisterMacroNamespaceAttribute : Attribute, 
	IPreInitAttribute

The RegisterMacroNamespaceAttribute type exposes the following members.

Constructors
  NameDescription
Public methodRegisterMacroNamespaceAttribute
Constructor
Top
Properties
  NameDescription
Public propertyAllowAnonymous
If true, namespace members are allowed to be used also as anonymous
Public propertyHidden
If true, the namespace is hidden and doesn't show up in the Intellisense
Public propertyMarkedType
Namespace type
Public propertyName
Namespace name
Top
Methods
  NameDescription
Public methodPreInit
Initializes the attribute
Top
See Also