DocumentInfoDictionary.set Method¶
Module: DocumentInfoDictionary
Definition¶
Sets an item of the DocumentInfoDictionary object.
set(self, key: str, document_info_item: DocumentInfo) -> None
Parameters
keystrin Unique key of the DocumentInfo item to set.document_info_itemDocumentInfoin DocumentInfo item to set.
Exceptions
An error has occurred during Document Library execution.
void set(String? key, DocumentInfo documentInfoItem)
Parameters
keyStringin Unique key of the DocumentInfo item to set.documentInfoItemDocumentInfoin DocumentInfo item to set.
Exceptions
An error has occurred during Document Library execution.
public void Set(string key, DocumentInfo documentInfoItem)
Parameters
keystringin Unique key of the DocumentInfo item to set.documentInfoItemDocumentInfoin DocumentInfo item to set.
Exceptions
An error has occurred during Document Library execution.
public void set(String key, DocumentInfo documentInfoItem) throws DocumentException
Parameters
keyStringin Unique key of the DocumentInfo item to set.documentInfoItemDocumentInfoin DocumentInfo item to set.
Exceptions
An error has occurred during Document Library execution.
public func set(key: String, documentInfoItem: DocumentInfo) throws
Parameters
keyStringin Unique key of the DocumentInfo item to set.documentInfoItemDocumentInfoin DocumentInfo item to set.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentInfoDictionary_Set (
ID3_DOCUMENT_INFO_DICTIONARY hDocumentInfoDictionary,
const char * key,
ID3_DOCUMENT_INFO hDocumentInfoItem)
Parameters
hDocumentInfoDictionaryID3_DOCUMENT_INFO_DICTIONARYin Handle to the DocumentInfoDictionary object.keyconst char *in Unique key of the DocumentInfo item to set.hDocumentInfoItemID3_DOCUMENT_INFOin DocumentInfo item to set.
Returns