IMultiEntryMetadataRemove Method
|
Removes a value from the collection
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool Remove(
string value
)
Function Remove (
value As String
) As Boolean
bool Remove(
String^ value
)
abstract Remove :
value : string -> bool Parameters
- value String
- String value to remove
Return Value
BooleanTrue if value exists in the collection, false otherwise
See Also