CMSAbstractLayoutWebPartAppendRemoveAction Method |
Appends the add to property action (decreases by 1).
Namespace: CMS.PortalControlsAssembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 9.0.0
Syntax protected void AppendRemoveAction(
string title,
string propertyName,
string iconClass = "icon-times",
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