IContentCollectionRemoveAttribute Method Ingeniux CMS Content Store API

Removes an Attribute from the collection.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

bool RemoveAttribute(
	IAttribute attribute
)

Parameters

attribute
Type: Ingeniux.CMSIAttribute
Attribute to remove. Null objects are ignored.

Return Value

Type: Boolean
True if the attribute parameter matches an attribute in the collection.
See Also

Reference