SaaS CMS has officially launched! Learn more now.

Class DirectoryLocationActivity

An EPiServer CMS directory location change log. Used for directory gets moved

Inheritance
System.Object
DirectoryLocationActivity
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.7
Syntax
[Obsolete("Virtual Path Providers for content is no longer supported, remove usage of this class")]
public class DirectoryLocationActivity : DirectoryActivity

Constructors

DirectoryLocationActivity(DirectoryActionType, String, String, String)

Initializes a new instance of the DirectoryLocationActivity class.

Declaration
public DirectoryLocationActivity(DirectoryActionType directoryAction, string virtualPath, string newVirtualPath, 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 newVirtualPath

The new virtual path of the affected directory

System.String changedBy

The user who performed the action

Properties

NewVirtualPath

Gets the new virtual path of the affected directory

Declaration
public string NewVirtualPath { get; set; }
Property Value
Type Description
System.String

Extension Methods