Gets or sets a PageTypeID value limiting the data to only containing pages with the specified page type.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer.Web.WebControls (in EPiServer.Web.WebControls.dll) Version: 6.0.530.0

Syntax

C#
[EditorAttribute("EPiServer.Design.TypeEditors.PageTypeTypeEditor, EPiServer.Design", 
	"System.Drawing.Design.UITypeEditor, System.Drawing")]
public int PageTypeID { get; set; }

See Also