Class SearchDocuments
Search Document Container.
Inheritance
System.Object
SearchDocuments
Implements
System.Collections.Generic.IList<ISearchDocument>
System.Collections.Generic.ICollection<ISearchDocument>
System.Collections.Generic.IEnumerable<ISearchDocument>
System.Collections.IEnumerable
Namespace: Mediachase.Search.Extensions
Assembly: Mediachase.Search.Extensions.dll
Version: 14.26.0Syntax
public class SearchDocuments : List<ISearchDocument>, ISearchDocuments, IList<ISearchDocument>, ICollection<ISearchDocument>, IEnumerable<ISearchDocument>, IEnumerable
Constructors
SearchDocuments()
Declaration
public SearchDocuments()
Properties
TotalCount
Gets or sets the total count.
Declaration
public virtual int TotalCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The total count. |
Implements
System.Collections.Generic.IList<>
System.Collections.Generic.ICollection<>
System.Collections.Generic.IEnumerable<>
System.Collections.IEnumerable