PageInfoProviderGetPageInfo Method (String, String, String, String, Boolean) |
Returns the page info for the given Alias path or URL path.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax public static PageInfo GetPageInfo(
string siteName,
string aliasPath,
string cultureCode,
string urlPath,
bool combineWithDefaultCulture
)
Parameters
- siteName
- Type: SystemString
Site name - aliasPath
- Type: SystemString
Alias path - cultureCode
- Type: SystemString
Culture code - urlPath
- Type: SystemString
URL path - combineWithDefaultCulture
- Type: SystemBoolean
Combine with default culture?
Return Value
Type:
PageInfoSee Also