AttributesHelperPostProcessAttributes Method |
Processes the attributes of the specific type.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax 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