Class ChangeLogDirectoryLocation
An EPiServer CMS directory location change log. Used for directory gets moved
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.ChangeLog
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public class ChangeLogDirectoryLocation : ChangeLogDirectory, IChangeLogItem, IChangeLogUpdatableItem
  Constructors
ChangeLogDirectoryLocation()
Parameterless constructor. Should be used in conjuction with the InitializeFromStorage(Int64, String, DateTime, Int32, Int32, String) method when a change log data has been read from the change log
Declaration
public ChangeLogDirectoryLocation()
  ChangeLogDirectoryLocation(String, String, ChangeLogDirectory.ActionType, String)
Construct a new directory location change log
Declaration
public ChangeLogDirectoryLocation(string virtualPath, string newVirtualPath, ChangeLogDirectory.ActionType action, string changedBy)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | virtualPath | The virtual path of the affected directory  | 
      
| System.String | newVirtualPath | The new virtual path of the affected directory  | 
      
| ChangeLogDirectory.ActionType | action | The action taken on the directory  | 
      
| System.String | changedBy | The user who performed the action  | 
      
Properties
ExtensionProperties
Get or sets properties that should be serialized
Declaration
protected override IDictionary<string, string> ExtensionProperties { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IDictionary<System.String, System.String> | Property values  | 
      
Overrides
NewVirtualPath
The new virtual path of the affected directory
Declaration
public string NewVirtualPath { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String |