FileIndexingEventArgsDocumentKey Property |
Gets the document key.
Namespace: GroupDocs.Search.EventsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8.1
Syntaxpublic string DocumentKey { get; }
Public ReadOnly Property DocumentKey As String
Get
public:
property String^ DocumentKey {
String^ get ();
}
member DocumentKey : string with get
Property Value
Type:
StringThe document key.
See Also