Property | Type | Description | |
---|---|---|---|
SetParent | void |
Method | Description | |
---|---|---|
AppendChild ( |
||
GetAncestors ( ) : Subtext.Web.Admin.PageLocation[] | ||
GetAncestors ( bool includeSelf ) : Subtext.Web.Admin.PageLocation[] | ||
GetRootPage ( ) : |
||
GetRootPage ( |
||
PageLocation ( ) : System | ||
PageLocation ( |
||
PageLocation ( string id, string title, string url ) : System | ||
PageLocation ( string id, string title, string url, string description ) : System |
Method | Description | |
---|---|---|
SetParent ( |
public AppendChild ( |
||
newChild | ||
return | void |
public GetAncestors ( ) : Subtext.Web.Admin.PageLocation[] | ||
return | Subtext.Web.Admin.PageLocation[] |
public GetAncestors ( bool includeSelf ) : Subtext.Web.Admin.PageLocation[] | ||
includeSelf | bool | |
return | Subtext.Web.Admin.PageLocation[] |
public static GetRootPage ( |
||
root | ||
return |
public PageLocation ( |
||
pageType | ||
title | string | |
url | string | |
return | System |
public PageLocation ( string id, string title, string url ) : System | ||
id | string | |
title | string | |
url | string | |
return | System |
public PageLocation ( string id, string title, string url, string description ) : System | ||
id | string | |
title | string | |
url | string | |
description | string | |
return | System |