Try our conversational search powered by Generative AI!

Class FileActivity

An EPiServer CMS file change log

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

Constructors

FileActivity(FileActionType, String, String)

Initializes a new instance of the FileActivity class.

Declaration
public FileActivity(FileActionType fileAction, string virtualPath, 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 changedBy

The user who performed the action

Properties

FileAction

Gets the action that was taken on the file.

Declaration
public FileActionType FileAction { get; }
Property Value
Type Description
FileActionType

VirtualPath

Gets the virtual path of the affected file

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

Extension Methods