DocumentInfoDictionary.keys Property

Module: DocumentInfoDictionary

Type: StringList

Definition

Gets a string list containing the keys in the dict.

keys: StringList

Exceptions

An error has occurred during Document Library execution.
StringList get keys => getKeys();

Exceptions

An error has occurred during Document Library execution.
public StringList keys
{
    get => Getkeys();
}

Exceptions

An error has occurred during Document Library execution.
public StringList getKeys() throws DocumentException

Exceptions

An error has occurred during Document Library execution.
public var keys: StringList
    get {
        return try! getKeys()
    }
}

Exceptions

An error has occurred during Document Library execution.
int id3DocumentInfoDictionary_GetKeys (ID3_DOCUMENT_INFO_DICTIONARY hDocumentInfoDictionary, ID3_DOCUMENT_STRING_LIST hKeys)

Returns

int
An error code.
See id3DocumentError file for the list of possible error codes.