DocumentAuthenticator.documentName Property¶
Module: DocumentAuthenticator
Type: string
Definition¶
Document type to authenticate.
document_name: str
Exceptions
An error has occurred during Document Library execution.
String get documentName => getDocumentName();
set documentName(String value) => setDocumentName(value);
Exceptions
An error has occurred during Document Library execution.
public string documentName
{
get => GetdocumentName();
set => SetdocumentName(ref value);
}
Exceptions
An error has occurred during Document Library execution.
public String getDocumentName() throws DocumentException
public void setDocumentName(String documentName) throws DocumentException
Exceptions
An error has occurred during Document Library execution.
public var documentName: String
get {
return try! getDocumentName()
}
}
Exceptions
An error has occurred during Document Library execution.
int id3DocumentAuthenticator_GetDocumentName (ID3_DOCUMENT_AUTHENTICATOR hDocumentAuthenticator, char * documentName, int * documentNameSize)
int id3DocumentAuthenticator_SetDocumentName (ID3_DOCUMENT_AUTHENTICATOR hDocumentAuthenticator, const char * documentName)
Returns