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.6.492
Syntax
bool Remove(
	string metadataName
)

Parameters

metadataName  String
Name of the metadata to remove

Return Value

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