Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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.