DocumentInfoDictionary.remove Method¶
Module: DocumentInfoDictionary
Definition¶
Removes an element of the DocumentInfoDictionary object.
remove(self, key: str) -> None
Parameters
key
strin Unique key of the DocumentInfo item to remove.
Exceptions
An error has occurred during Document Library execution.
void remove(String? key)
Parameters
key
Stringin Unique key of the DocumentInfo item to remove.
Exceptions
An error has occurred during Document Library execution.
public void Remove(string key)
Parameters
key
stringin Unique key of the DocumentInfo item to remove.
Exceptions
An error has occurred during Document Library execution.
public void remove(String key) throws DocumentException
Parameters
key
Stringin Unique key of the DocumentInfo item to remove.
Exceptions
An error has occurred during Document Library execution.
public func remove(key: String) throws
Parameters
key
Stringin Unique key of the DocumentInfo item to remove.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentInfoDictionary_Remove (
ID3_DOCUMENT_INFO_DICTIONARY hDocumentInfoDictionary,
const char * key)
Parameters
hDocumentInfoDictionary
ID3_DOCUMENT_INFO_DICTIONARYin Handle to the DocumentInfoDictionary object.key
const char *in Unique key of the DocumentInfo item to remove.
Returns