Click or drag to resize

ContentResultInfo Class

Holds the count of documents that have a specific ContentResult value.
Inheritance Hierarchy
SystemObject
  OpenDiscoverSDK.Interfaces.Platform.ArchiveContentResultInfo

Namespace: OpenDiscoverSDK.Interfaces.Platform.Archive
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataContractAttribute]
public class ContentResultInfo

The ContentResultInfo type exposes the following members.

Constructors
 NameDescription
Public methodContentResultInfo Constructor.
Top
Properties
 NameDescription
Public propertyCount Total count of documents that have a Result equal to Result.
Public propertyResult The ContentResult that this instance holds document count and Id count information on.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also