PasswordRequiredEventArgs

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

Methods

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.

getDocumentFullPath()

public final String getDocumentFullPath()

Gets the document full path.

Returns: java.lang.String - The document full path.

getPassword()

public final String getPassword()

Gets the password for opening the document.

Returns: java.lang.String - The password for opening the document.

setPassword(String value)

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.