File tree Expand file tree Collapse file tree 3 files changed +34
-1
lines changed
Expand file tree Collapse file tree 3 files changed +34
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ Represents data retrieved from a document and prepared for indexing.
1414public class ExtractedData
1515```
1616
17+ ## Properties
18+
19+ | Name | Description |
20+ | --- | --- |
21+ | [IsExtractionSuccessful](../../groupdocs.search.common/extracteddata/isextractionsuccessful) { get; } | Gets a value indicating whether the data extraction process completed successfully . |
22+
1723## Methods
1824
1925| Name | Description |
Original file line number Diff line number Diff line change 1+ ---
2+ title : IsExtractionSuccessful
3+ second_title : GroupDocs.Search for .NET API Reference
4+ description : Gets a value indicating whether the data extraction process completed successfully.
5+ type : docs
6+ weight : 20
7+ url : /net/groupdocs.search.common/extracteddata/isextractionsuccessful/
8+ ---
9+ ## ExtractedData.IsExtractionSuccessful property
10+
11+ Gets a value indicating whether the data extraction process completed successfully.
12+
13+ ``` csharp
14+ public bool IsExtractionSuccessful { get ; }
15+ ```
16+
17+ ### Return Value
18+
19+ A value indicating whether the data extraction process completed successfully.
20+
21+ ### See Also
22+
23+ * class [ ExtractedData] ( ../../extracteddata )
24+ * namespace [ GroupDocs.Search.Common] ( ../../../groupdocs.search.common )
25+ * assembly [ GroupDocs.Search] ( ../../../ )
26+
27+ <!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.search.dll -->
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: Serialize
33second_title : GroupDocs.Search for .NET API Reference
44description : Serializes the current instance to a byte array.
55type : docs
6- weight : 20
6+ weight : 30
77url : /net/groupdocs.search.common/extracteddata/serialize/
88---
99## ExtractedData.Serialize method
You can’t perform that action at this time.
0 commit comments