Click or drag to resize

IMultiEntryMetadataRemove Method


Removes a value from the collection

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

Parameters

value
Type: SystemString
String value to remove

Return Value

Type: Boolean
True if value exists in the collection, false otherwise
See Also