SaaS CMS has officially launched! Learn more now.

Class ChangeLogFileLocation

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. An EPiServer CMS file location change log

Inheritance
System.Object
ChangeLogFileLocation
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.ChangeLog.Internal
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 ChangeLogFileLocation : ChangeLogFile, IChangeLogItem, IChangeLogUpdatableItem

Constructors

ChangeLogFileLocation()

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Parameterless constructor. Should be used in conjuction with the InitializeFromStorage(Int64, String, DateTime, Int32, Int32, String) method when a change log data has been read from the change log

Declaration
public ChangeLogFileLocation()

ChangeLogFileLocation(String, String, ChangeLogFile.ActionType, String)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Construct a new file location change log

Declaration
public ChangeLogFileLocation(string virtualPath, string newVirtualPath, ChangeLogFile.ActionType action, string changedBy)
Parameters
Type Name Description
System.String virtualPath

The virtual path of the affected file

System.String newVirtualPath

The new virtual path of the affected file

ChangeLogFile.ActionType action

The action taken on the file

System.String changedBy

The user who performed the action

Properties

ExtensionProperties

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Get or sets properties that should be serialized

Declaration
protected override IDictionary<string, string> ExtensionProperties { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.String>

Property values

Overrides

NewVirtualPath

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The new virtual path of the affected file

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

Implements

Extension Methods