Click or drag to resize
AttributesHelper.PostProcessAttributes 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: System.Object
Object on which the attributes should be processed
attributes
Type: System.Collections.Generic.IEnumerable<ICMSAttribute>
Collection of attributes to process
See Also