IActionRemoveAttribute Method Ingeniux CMS Content Store API

Removes an Attribute from collection.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference