Try our conversational search powered by Generative AI!

Class ImplicitChangeLogItem

Represents an item that has been implicitly added to package.

Inheritance
System.Object
ImplicitChangeLogItem
Namespace: EPiServer.MirroringService.ChangeLog
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
[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.

Implements

Extension Methods