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

Parameters

value  String
String value to remove

Return Value

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