ContentResultInfo Class

Holds the count of documents that have a specific ContentResult value.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Platform.Archive
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataContractAttribute]
public class ContentResultInfo
Inheritance
Object    ContentResultInfo

Constructors

ContentResultInfo Constructor.

Properties

Count Total count of documents that have a Result equal to Result.
Result The ContentResult that this instance holds document count and Id count information on.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also