SaaS CMS has officially launched! Learn more now.

Class FileLocationActivity

An EPiServer CMS file location change log

Inheritance
System.Object
FileLocationActivity
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 FileLocationActivity : FileActivity

Constructors

FileLocationActivity(FileActionType, String, String, String)

Initializes a new instance of the FileLocationActivity class.

Declaration
public FileLocationActivity(FileActionType fileAction, string virtualPath, string newVirtualPath, string changedBy)
Parameters
Type Name Description
FileActionType fileAction

The action taken on the file

System.String virtualPath

The virtual path of the affected file

System.String newVirtualPath

The new virtual path of the affected file

System.String changedBy

The user who performed the action

Properties

NewVirtualPath

Get the new virtual path of the affected file

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

Extension Methods