| PageInfoProvider Methods |
The PageInfoProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| GetDefaultAliasPath |
Returns default alias name for domain or site if is defined
| |
| GetPageInfo(String, String, String, String, Boolean) |
Returns the page info for the given Alias path or URL path. Use the overload to provide node ID for better performance if possible.
| |
| GetPageInfo(String, String, String, String, Int32, Boolean) |
Returns the page info for the given Alias path or URL path. If NodeID is provided, pageinfo retrieval is faster.
| |
| GetPageInfoForUrl |
Parses the provided URL and returns a PageInfo object describing the required page in best matching culture.
| |
| GetParentCachePageInfo |
Returns cache info of the parent page.
| |
| GetParentPropertyReturnType |
Returns value inherited from parent in given culture for given column name.
| |
| GetParentSecurePageInfo |
Returns secured info of the parent page.
| |
| GetParentSSLPageInfo |
Returns SSL info of the parent page.
| |
| GetTemplateSourcePageInfo |
Gets the Page info object that defines the page template used by the given page info object.
| |
| GetVirtualPageInfo(Int32) |
Gets a virtual page info instance based on the given page template
| |
| GetVirtualPageInfo(PageTemplateInfo) |
Gets a virtual page info instance based on the given page template info
| |
| RemoveCulturePrefix(String, String) |
Returns culture code or culture alias defined in URL and removes it from input path.
| |
| RemoveCulturePrefix(String, String, CultureInfo) |
Returns culture code or culture alias defined in URL and removes it from input path.
| |
| RemovePathPrefix |
Removes prefix from path if is defined.
|