Class DirectoryActivity
An EPiServer CMS directory change log
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.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 8.11.0Syntax
public class DirectoryActivity : Activity
  Constructors
DirectoryActivity(DirectoryActionType, String, String)
Initializes a new instance of the DirectoryActivity class.
Declaration
public DirectoryActivity(DirectoryActionType directoryAction, string virtualPath, string changedBy)
  Parameters
| Type | Name | Description | 
|---|---|---|
| DirectoryActionType | directoryAction | The action taken on the directory  | 
      
| System.String | virtualPath | The virtual path of the affected directory  | 
      
| System.String | changedBy | The user who performed the action  | 
      
Properties
DirectoryAction
Gets the action that was taken on the directory.
Declaration
public DirectoryActionType DirectoryAction { get; }
  Property Value
| Type | Description | 
|---|---|
| DirectoryActionType | 
RawData
Declaration
protected override string RawData { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Overrides
VirtualPath
The virtual path of the affected directory
Declaration
public virtual string VirtualPath { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String |