AttributesHelperProcessAttributes Method |
Processes the page attributes.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public static void ProcessAttributes(
Object sender,
ref List<ICMSAttribute> postProcessList
)
Parameters
- sender
- Type: SystemObject
Object on which the attributes should be processed - postProcessList
- Type: System.Collections.GenericListICMSAttribute
List to which the attributes to be postprocessed should be put
See Also