PageInfoProvider Class |
Namespace: CMS.DocumentEngine
public class PageInfoProvider
The PageInfoProvider type exposes the following members.
Name | Description | |
---|---|---|
PageInfoProvider |
Name | Description | |
---|---|---|
CacheItemPriority |
Cache item priority.
| |
PREFIX_CMS_GETDOC |
GetDoc prefix for CMS pages (pages which require authentication).
|
Name | Description | |
---|---|---|
GetDocPrefixes |
Prefixes for the available permanent document URLs.
| |
UseCultureForBestPageInfoResult |
Gets or sets the value that indicates whether culture should be used for
selecting best result instead of URL path.
|
Name | Description | |
---|---|---|
GetDefaultAliasPath |
Returns default alias name for domain or site if is defined
| |
GetDependencyCacheKeys |
Gets the dependency cache keys for the given page info.
| |
GetPageInfo(Guid) | Obsolete.
Returns the page info for the given Document GUID.
| |
GetPageInfo(Guid, Int32) | Obsolete.
Returns the page info for the given Document GUID.
| |
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
| |
RemoveAllPageInfosFromCache |
Removes all page info records from the cache.
| |
RemoveCulturePrefix(String, String) |
Returns culture code or culture alias defined in URL and removes it from input path.
| |
RemoveCulturePrefix(String, String) | Obsolete.
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.
| |
RemoveCulturePrefix(String, String, CultureInfo) | Obsolete.
Returns culture code or culture alias defined in URL and removes it from input path.
| |
RemovePathPrefix |
Removes prefix from path if is defined.
|