IActionRemoveAttribute Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void RemoveAttribute(
IAttribute attribute
)
Sub RemoveAttribute (
attribute As IAttribute
)
void RemoveAttribute(
IAttribute^ attribute
)
abstract RemoveAttribute :
attribute : IAttribute -> unit
Parameters
- attribute
- Type: Ingeniux.CMSIAttribute
Attribute to remove
Remarks If the
Attribute doesn't exist, nothing will happen.
See Also