Class ImplicitChangeLogItem
Represents an item that has been implicitly added to package.
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.MirroringService.ChangeLog
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7Syntax
[Obsolete("This class has been replaced by ImplicitContentActivity")]
public class ImplicitChangeLogItem : ChangeLogContent, IChangeLogItem, IChangeLogUpdatableItem
Constructors
ImplicitChangeLogItem(ContentReference, Guid, Int32, String, ChangeLogContent.ActionType, String)
Initializes a new instance of the ImplicitChangeLogItem class.
Declaration
public ImplicitChangeLogItem(ContentReference contentLink, Guid contentGuid, int contentTypeId, string name, ChangeLogContent.ActionType action, string changedBy)
Parameters
Type | Name | Description |
---|---|---|
ContentReference | contentLink | The content link. |
System.Guid | contentGuid | The content GUID. |
System.Int32 | contentTypeId | The content type id. |
System.String | name | The name. |
ChangeLogContent.ActionType | action | The action. |
System.String | changedBy | The changed by. |