Class DirectoryItem
Represents a single directory
Inheritance
System.Object
    DirectoryItem
  Implements
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: EPiServer.Web.Hosting.Versioning.Store
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public class DirectoryItem : IItem
  Properties
Created
Gets or sets the created date/time for this directory
Declaration
public DateTime Created { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.DateTime | The created.  | 
      
CreatedBy
Gets or sets the user who created this directory.
Declaration
public string CreatedBy { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The created by.  | 
      
Id
Gets or sets the id for this instance
Declaration
public object Id { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Object | The id.  | 
      
IsNull
Gets a value indicating whether this instance is null.
Declaration
public bool IsNull { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
  | 
      
Name
Gets or sets the name form this instance
Declaration
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The name.  |