Skip to content

Commit f547888

Browse files
Update file(s) "/." from "groupdocs-search/Groupdocs.Search-References"
1 parent 6ed5c43 commit f547888

File tree

3 files changed

+34
-1
lines changed
  • content/sites/groupdocs/search/english/net/groupdocs.search.common/extracteddata

3 files changed

+34
-1
lines changed

content/sites/groupdocs/search/english/net/groupdocs.search.common/extracteddata/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ Represents data retrieved from a document and prepared for indexing.
1414
public 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 |
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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 -->

content/sites/groupdocs/search/english/net/groupdocs.search.common/extracteddata/serialize/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Serialize
33
second_title: GroupDocs.Search for .NET API Reference
44
description: Serializes the current instance to a byte array.
55
type: docs
6-
weight: 20
6+
weight: 30
77
url: /net/groupdocs.search.common/extracteddata/serialize/
88
---
99
## ExtractedData.Serialize method

0 commit comments

Comments
 (0)