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

Interface IQueryParameters

The interface which carries parameters to a query.

Namespace: EPiServer.Shell.Rest
Assembly: EPiServer.Shell.dll
Version: 8.11.0
Syntax
public interface IQueryParameters

Properties

AllParameters

All parameters (unparsed) from the original request.

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

Range

Requested range.

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