C# Class Carrotware.CMS.Core.ContentPageType

Inheritance: IDisposable
Afficher le fichier Open project: ninianne98/CarrotCakeCMS-MVC Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetIDByType ( PageType contentType ) : System.Guid
GetTypeByID ( System.Guid contentTypeID ) : PageType
GetTypeByName ( string contentTypeValue ) : PageType

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetIDByType() public static méthode

public static GetIDByType ( PageType contentType ) : System.Guid
contentType PageType
Résultat System.Guid

GetTypeByID() public static méthode

public static GetTypeByID ( System.Guid contentTypeID ) : PageType
contentTypeID System.Guid
Résultat PageType

GetTypeByName() public static méthode

public static GetTypeByName ( string contentTypeValue ) : PageType
contentTypeValue string
Résultat PageType