View Source
  Struct ReadOnlyContentBaseAdapter
  
  
  
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public struct ReadOnlyContentBaseAdapter : IReadOnlyContentBase
   
  Properties
  
  
    View Source
  
  ContentTypeId
  
  
  Declaration
  
    public readonly int ContentTypeId { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
    View Source
  
  CreateDate
  
  
  Declaration
  
    public readonly DateTime CreateDate { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | DateTime |  | 
    
  
  
    View Source
  
  CreatorId
  
  
  Declaration
  
    public readonly int CreatorId { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
    View Source
  
  Id
  
  
  Declaration
  
    public readonly int Id { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
    View Source
  
  Key
  
  
  Declaration
  
    public readonly Guid Key { get; }
   
  Property Value
  
  
    View Source
  
  Level
  
  
  Declaration
  
    public readonly int Level { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
    View Source
  
  Name
  
  
  Declaration
  
    public readonly string Name { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  ParentId
  
  
  Declaration
  
    public readonly int ParentId { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
    View Source
  
  Path
  
  
  Declaration
  
    public readonly string Path { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  SortOrder
  
  
  Declaration
  
    public readonly int SortOrder { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
    View Source
  
  UpdateDate
  
  
  Declaration
  
    public readonly DateTime UpdateDate { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | DateTime |  | 
    
  
  
    View Source
  
  VersionId
  
  
  Declaration
  
    public readonly int VersionId { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
    View Source
  
  WriterId
  
  
  Declaration
  
    public readonly int WriterId { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  Methods
  
  
    View Source
  
  Create(IContentBase)
  
  
  Declaration
  
    public static ReadOnlyContentBaseAdapter Create(IContentBase content)
   
  Parameters
  
  Returns