PasswordRequiredEventArgs
PasswordRequiredEventArgs class
Represents arguments for the event that occurs when document protected by a password is indexing.
public class PasswordRequiredEventArgs : BaseIndexEventArgs
Properties
| Name | Description |
|---|---|
| DocumentFullPath { get; } | Gets the document full path. |
| IndexFolder { get; } | Gets the index folder. |
| IndexId { get; } | Gets the index ID. |
| Password { get; set; } | Gets or sets the password for opening the document. |
| Status { get; } | Gets the index status. |
| Time { get; } | Gets the time of an event. |
Remarks
Learn more
See Also
- class BaseIndexEventArgs
- namespace GroupDocs.Search.Events
- assembly GroupDocs.Search