Click or drag to resize
HelpAttribute.Apply Method
Applies the attribute data to the page (object).

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax
C#
public void Apply(
	Object sender
)

Parameters

sender
Type: System.Object
Sender object

Implements

ICMSFunctionalAttribute.Apply(Object)
See Also