C# Class Carrotware.CMS.Core.ContentPageType

Inheritance: IDisposable
Show file Open project: ninianne98/CarrotCakeCMS-MVC Class Usage Examples

Public Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetIDByType() public static method

public static GetIDByType ( PageType contentType ) : System.Guid
contentType PageType
return System.Guid

GetTypeByID() public static method

public static GetTypeByID ( System.Guid contentTypeID ) : PageType
contentTypeID System.Guid
return PageType

GetTypeByName() public static method

public static GetTypeByName ( string contentTypeValue ) : PageType
contentTypeValue string
return PageType