Method | Description | |
---|---|---|
Dispose ( ) : void | ||
GetIDByType ( PageType contentType ) : System.Guid | ||
GetTypeByID ( System.Guid contentTypeID ) : PageType | ||
GetTypeByName ( string contentTypeValue ) : PageType |
public static GetIDByType ( PageType contentType ) : System.Guid | ||
contentType | PageType | |
return | System.Guid |
public static GetTypeByID ( System.Guid contentTypeID ) : PageType | ||
contentTypeID | System.Guid | |
return | PageType |
public static GetTypeByName ( string contentTypeValue ) : PageType | ||
contentTypeValue | string | |
return | PageType |