View Source
  Class UdiEntityTypeHelper
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public static class UdiEntityTypeHelper
   
  Methods
  
  
    View Source
  
  FromUmbracoObjectType(UmbracoObjectTypes)
  
  
  Declaration
  
    public static string FromUmbracoObjectType(UmbracoObjectTypes umbracoObjectType)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  ToUmbracoObjectType(String)
  
  
  Declaration
  
    public static UmbracoObjectTypes ToUmbracoObjectType(string entityType)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | entityType |  | 
    
  
  Returns