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.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax public List<Type> AllowedTypes { get; set; }
Property Value
Type:
ListTypeSee Also