The PageInfoProvider type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
PageInfoProvider |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
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.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetPageInfo(Guid) |
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 |
Returns page info of the parent page.
| |
GetParentProperty |
Returns good value of first property from parent.
| |
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.
| |
GetType | Gets the Type of the current instance. (Inherited from 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.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
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.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
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.) |
Fields
Name | Description | |
---|---|---|
CacheItemPriority |
Cache item priority.
| |
PREFIX_CMS_GETDOC |
GetDoc prefix for CMS pages (pages which require authentication).
|
Properties
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.
|
See Also