World is now on Opti ID! Learn more

Interface ISearchDocuments

Search Documents interface. Represents the list of documents.

Namespace: Mediachase.Search
Assembly: Mediachase.Search.dll
Version: 14.26.0
Syntax
public interface ISearchDocuments : IList<ISearchDocument>, ICollection<ISearchDocument>, IEnumerable<ISearchDocument>, IEnumerable

Properties

TotalCount

Gets or sets the total count.

Declaration
int TotalCount { get; set; }
Property Value
Type Description
System.Int32

The total count.