A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. 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.