Class ChangeLogDirectory
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. An EPiServer CMS directory change log
Inherited Members
Namespace: EPiServer.ChangeLog.Internal
Assembly: EPiServer.dll
Version: 11.20.7Syntax
[Obsolete("Virtual Path Providers for content is no longer supported, remove usage of this class")]
public class ChangeLogDirectory : ChangeLogItemBase, IChangeLogItem, IChangeLogUpdatableItem
Constructors
ChangeLogDirectory()
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 ChangeLogDirectory()
ChangeLogDirectory(String, ChangeLogDirectory.ActionType, String)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Construct a new directory change log
Declaration
public ChangeLogDirectory(string virtualPath, ChangeLogDirectory.ActionType action, string changedBy)
Parameters
Type | Name | Description |
---|---|---|
System.String | virtualPath | The virtual path of the affected directory |
ChangeLogDirectory.ActionType | action | The action taken on the directory |
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
Title
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Returns a description of the Change Log item
Declaration
protected override string Title { get; }
Property Value
Type | Description |
---|---|
System.String | Title of the item |
Overrides
VirtualPath
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The virtual path of the affected directory
Declaration
public string VirtualPath { get; }
Property Value
Type | Description |
---|---|
System.String |