Click or drag to resize

IMultiEntryMetadataRemove Method

Removes an entry from the collection

Namespace:  Ingeniux.Runtime.Assets
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
bool Remove(
	string value
)

Parameters

value
Type: SystemString
The value to remove

Return Value

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