Click or drag to resize

IActionRemoveAttribute Method


Removes an Attribute from collection.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void RemoveAttribute(
	IAttribute attribute
)

Parameters

attribute
Type: Ingeniux.CMSIAttribute
Attribute to remove
Remarks
If the Attribute doesn't exist, nothing will happen.
See Also