PageInfoProvider Class |
Namespace: CMS.DocumentEngine
public class PageInfoProvider
The PageInfoProvider type exposes the following members.
Name | Description | |
---|---|---|
PageInfoProvider |
Name | Description | |
---|---|---|
GetDataForPageInfoForUrl |
Parses the provided URL and returns a PageInfo object describing the required page.
| |
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) |
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.
| |
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.
| |
GetPageInfoByDocumentAliasInfo |
Gets PageInfo by DocumentAliasInfo.
| |
GetPageInfoForUrl |
Parses the provided URL and returns a PageInfo object describing the required page.
| |
GetPageInfos |
Gets the page info data matching the conditions.
| |
GetParentCachePageInfo |
Returns cache info of the parent page.
| |
GetParentPageInfo | Obsolete.
Returns page info of the parent page.
| |
GetParentProperty(Int32, String, String, String) | Obsolete.
Returns value inherited from parent in given culture for given column name.
| |
GetParentPropertyReturnType(Int32, String, String, String, WhereCondition) |
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
| |
IsDocumentExtension |
Returns true if actual extension is correct extension for current set of extensions.
| |
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, CultureInfo) |
Returns culture code or culture alias defined in URL and removes it from input path.
| |
RemovePathPrefix |
Remove prefix from path if is defined.
|
Name | Description | |
---|---|---|
AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
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.
| |
UseUnionForPageInfo |
If true, union query is used to retrieve the page info.
|