DocumentContainer.remove

Remove an element from Storage with identity.

Remove an element from Storage with identity. If there is no element by provided identity, then no action is performed.

class DocumentContainer(DocumentType, FieldType = DocumentType)
typeof(this)
remove
(
string identity
)

Parameters

identity string

the identity of element to be removed.

Return: Storage

Meta