remove method

remove

Removes the first occurrence of a specific object from the collection.

Returns

true if item is successfully removed; otherwise, false.

def remove(self, item):
    ...
ParameterTypeDescription
itemICustomXmlPartThe custom xml part to remove.

Exceptions

ExceptionDescription
RuntimeError(Proxy error(ArgumentNullException))item is null.

See Also