Class ChangeLogFile
An EPiServer CMS file 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.ChangeLog
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public class ChangeLogFile : ChangeLogItemBase, IChangeLogItem, IChangeLogUpdatableItem
Constructors
ChangeLogFile()
Parameterless constructor.
Should be used in conjuction with the Initialize
Declaration
public ChangeLogFile()
ChangeLogFile(String, ChangeLogFile.ActionType, String)
Construct a new file change log
Declaration
public ChangeLogFile(string virtualPath, ChangeLogFile.ActionType action, string changedBy)
Parameters
Type | Name | Description |
---|---|---|
System. |
virtualPath | The virtual path of the affected file |
Change |
action | The action taken on the file |
System. |
changedBy | The user who performed the action |
Properties
ExtensionProperties
Get or sets properties that should be serialized
Declaration
protected override IDictionary<string, string> ExtensionProperties { get; set; }
Property Value
Type | Description |
---|---|
System. |
Property values |
Overrides
Title
Returns a description of the Change Log item
Declaration
protected override string Title { get; }
Property Value
Type | Description |
---|---|
System. |
Title of the item |
Overrides
VirtualPath
The virtual path of the affected file
Declaration
public string VirtualPath { get; }
Property Value
Type | Description |
---|---|
System. |