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: 11.20.7Syntax
[Obsolete("Virtual Path Providers for content is no longer supported, remove usage of this class")]
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 |
VirtualPath
The virtual path of the affected directory
Declaration
public virtual string VirtualPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |