View Source
  Class RelationTypeExtensions
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public static class RelationTypeExtensions
   
  Methods
  
  
    View Source
  
  IsDeletableRelationType(IRelationType)
  
  
  Declaration
  
    public static bool IsDeletableRelationType(this IRelationType relationType)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  IsSystemRelationType(IRelationType)
  
  
  Declaration
  
    public static bool IsSystemRelationType(this IRelationType relationType)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  |