DocumentInfo.identifier Property¶
Module: DocumentInfo
Type: string
Definition¶
The document identifier.
identifier: str
Exceptions
An error has occurred during Document Library execution.
String get identifier => getIdentifier();
Exceptions
An error has occurred during Document Library execution.
public string identifier
{
get => Getidentifier();
}
Exceptions
An error has occurred during Document Library execution.
public String getIdentifier() throws DocumentException
Exceptions
An error has occurred during Document Library execution.
public var identifier: String
get {
return try! getIdentifier()
}
}
Exceptions
An error has occurred during Document Library execution.
int id3DocumentInfo_GetIdentifier (ID3_DOCUMENT_INFO hDocumentInfo, char * identifier, int * identifierSize)
Returns