C# Class Composite.Core.Routing.PageUrlData

Information stored in a Orckestra CMS page url
Afficher le fichier Open project: Orckestra/C1-CMS Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public PageUrlData ( ) : System
Résultat System

PageUrlData() public méthode

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.
Résultat System

PageUrlData() public méthode

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