SaaS CMS has officially launched! Learn more now.

Interface IQueryParameters

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

Properties

AllParameters

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

Range

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

Extension Methods