PasswordRequiredEventArgs
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.search.events.EventArgs, com.groupdocs.search.events.BaseIndexEventArgs
public class PasswordRequiredEventArgs extends BaseIndexEventArgs
Represents arguments for the event that occurs when document protected by a password is indexing.
Learn more
| Method | Description |
|---|---|
| getDocumentFullPath() | Gets the document full path. |
| getPassword() | Gets the password for opening the document. |
| setPassword(String value) | Sets the password for opening the document. |
public final String getDocumentFullPath()
Gets the document full path.
Returns: java.lang.String - The document full path.
public final String getPassword()
Gets the password for opening the document.
Returns: java.lang.String - The password for opening the document.
public final void setPassword(String value)
Sets the password for opening the document.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The password for opening the document. |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.