IPageSystemDataContextRetrieverRetrieve Method (SiteInfoIdentifier, String, String, Boolean) |
Retrieves page based on given parameters.
Namespace: Kentico.Content.Web.Mvc.InternalAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax TreeNode Retrieve(
SiteInfoIdentifier site,
string nodeAliasPath,
string cultureCode,
bool latest
)
Parameters
- site
- Type: CMS.DataEngineSiteInfoIdentifier
Site identifier. - nodeAliasPath
- Type: SystemString
Node alias path of the page. - cultureCode
- Type: SystemString
Culture code of the page culture version. - latest
- Type: SystemBoolean
Indicates if configuration should be loaded from latest version of a page if workflow is applied.
Return Value
Type:
TreeNodeReturns
null if page for given parameters does not exist.
Remarks The page result is cached if latest version not retrieved.
See Also