Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class DefaultQueryParameters

Inheritance
System.Object
DefaultQueryParameters
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Cms.Shell.UI.Rest
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
public class DefaultQueryParameters : IQueryParameters

Constructors

DefaultQueryParameters()

Declaration
public DefaultQueryParameters()

Properties

AllLanguages

Declaration
public bool AllLanguages { get; set; }
Property Value
Type Description
System.Boolean

AllParameters

Declaration
public NameValueCollection AllParameters { get; set; }
Property Value
Type Description
System.Collections.Specialized.NameValueCollection

Range

Declaration
public ItemRange Range { get; set; }
Property Value
Type Description
ItemRange

ReferenceId

Declaration
public ContentReference ReferenceId { get; set; }
Property Value
Type Description
ContentReference

References

Declaration
public IEnumerable<ContentReference> References { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<ContentReference>

SortColumns

Declaration
public IEnumerable<SortColumn> SortColumns { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<SortColumn>

TypeIdentifiers

Declaration
public IEnumerable<string> TypeIdentifiers { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.String>

Implements

Extension Methods