IndexingReportUpdatedDocuments Property |
Gets the list of updated documents.
Namespace: GroupDocs.Search.CommonAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.3
Syntaxpublic string[] UpdatedDocuments { get; }
Public ReadOnly Property UpdatedDocuments As String()
Get
public:
property array<String^>^ UpdatedDocuments {
array<String^>^ get ();
}
member UpdatedDocuments : string[] with get
Property Value
Type:
StringThe list of updated documents.
See Also