Click or drag to resize
AttributesHelperProcessAttributes Method
Processes the page attributes.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
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