Interface ISearchDocuments
Search Documents interface. Represents the list of documents.
Namespace: Mediachase.Search
Assembly: Mediachase.Search.dll
Version: 14.26.0Syntax
public interface ISearchDocuments : IList<ISearchDocument>, ICollection<ISearchDocument>, IEnumerable<ISearchDocument>, IEnumerableProperties
TotalCount
Gets or sets the total count.
Declaration
int TotalCount { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The total count. | 
