C# Class Composite.Core.Routing.PageUrlData

Information stored in a Orckestra CMS page url
Show file Open project: Orckestra/C1-CMS Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
PageUrlData ( ) : System
PageUrlData ( System.Guid pageId, PublicationScope publicationScope, CultureInfo localizationScope ) : System

Initializes a new instance of the PageUrlData class.

PageUrlData ( IPage page ) : System

Initializes a new instance of the PageUrlData class.

Method Details

PageUrlData() public method

public PageUrlData ( ) : System
return System

PageUrlData() public method

Initializes a new instance of the PageUrlData class.
public PageUrlData ( System.Guid pageId, PublicationScope publicationScope, CultureInfo localizationScope ) : System
pageId System.Guid The page id.
publicationScope PublicationScope The publication scope.
localizationScope System.Globalization.CultureInfo The localization scope.
return System

PageUrlData() public method

Initializes a new instance of the PageUrlData class.
public PageUrlData ( IPage page ) : System
page IPage The page.
return System