public class PasswordRequiredEventArgs extends BaseIndexEventArgs
Represents arguments for event that occurs when document protected by a password is indexing.
Modifier and Type | Method and Description |
---|---|
String |
getDocumentFullName()
Gets document full name.
|
String |
getPassword()
Gets or sets password to open the document.
|
void |
setPassword(String value)
Gets or sets password to open the document.
|
getIndexFolder, getIndexId, getMessage, getStatus, getTime
public final String getDocumentFullName()
Gets document full name.
Value: The full name of document.public final String getPassword()
Gets or sets password to open the document.
Value: The password.public final void setPassword(String value)
Gets or sets password to open the document.
Value: The password.Copyright © 2018. All rights reserved.