Click or drag to resize
CMSAbstractLayoutWebPartAppendAddAction Method
Appends the add to property action (increases by 1).

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
protected void AppendAddAction(
	string title,
	string propertyName,
	string iconClass = "icon-plus",
	string text = null
)

Parameters

title
Type: SystemString
Action title
propertyName
Type: SystemString
Property name
iconClass (Optional)
Type: SystemString
Action icon class
text (Optional)
Type: SystemString
Action text
See Also