Click or drag to resize
AttributesHelperPostProcessAttributes Method
Processes the attributes of the specific type.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
public static void PostProcessAttributes(
	Object sender,
	IEnumerable<ICMSAttribute> attributes
)

Parameters

sender
Type: SystemObject
Object on which the attributes should be processed
attributes
Type: System.Collections.GenericIEnumerableICMSAttribute
Collection of attributes to process
See Also