SaaS CMS has officially launched! Learn more now.

Interface ISearchDocuments

Search Documents interface. Represents the list of documents.

Inherited Members
System.Collections.Generic.IList<Mediachase.Search.ISearchDocument>.IndexOf(Mediachase.Search.ISearchDocument)
System.Collections.Generic.IList<Mediachase.Search.ISearchDocument>.Insert(System.Int32, Mediachase.Search.ISearchDocument)
System.Collections.Generic.IList<Mediachase.Search.ISearchDocument>.RemoveAt(System.Int32)
System.Collections.Generic.IList<Mediachase.Search.ISearchDocument>.Item[System.Int32]
System.Collections.Generic.ICollection<Mediachase.Search.ISearchDocument>.Add(Mediachase.Search.ISearchDocument)
System.Collections.Generic.ICollection<Mediachase.Search.ISearchDocument>.Clear()
System.Collections.Generic.ICollection<Mediachase.Search.ISearchDocument>.Contains(Mediachase.Search.ISearchDocument)
System.Collections.Generic.ICollection<Mediachase.Search.ISearchDocument>.CopyTo(Mediachase.Search.ISearchDocument[], System.Int32)
System.Collections.Generic.ICollection<Mediachase.Search.ISearchDocument>.Remove(Mediachase.Search.ISearchDocument)
System.Collections.Generic.ICollection<Mediachase.Search.ISearchDocument>.Count
System.Collections.Generic.ICollection<Mediachase.Search.ISearchDocument>.IsReadOnly
System.Collections.Generic.IEnumerable<Mediachase.Search.ISearchDocument>.GetEnumerator()
Namespace: Mediachase.Search
Assembly: Mediachase.Search.dll
Version: 11.8.3
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.