Click or drag to resize

IDescriptiveMetadataRemove Method


Removes a piece of generic metadata value by its name

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool Remove(
	string metadataName
)

Parameters

metadataName
Type: SystemString
Name of the metadata to remove

Return Value

Type: Boolean
True if name exits in generic metadata collection, false otherwise
See Also