London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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: 13.30.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.