Click or drag to resize
MacroMethodAllowedTypes Property
Gets or sets a list of types for which the method is applicable (set to null for all types to be allowed).

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
public List<Type> AllowedTypes { get; set; }

Property Value

Type: ListType
See Also