| AttributesHelperProcessAttributes Method | 
            Processes the page attributes.
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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
See Also