SaaS CMS has officially launched! Learn more now.

Class ImplicitContentActivity

Represents an item that has been implicitly added to package.

Inheritance
System.Object
ImplicitContentActivity
Namespace: EPiServer.MirroringService.ChangeLog.Internal
Assembly: EPiServer.Enterprise.dll
Version: 12.0.3
Syntax
public class ImplicitContentActivity : ContentActivity

Constructors

ImplicitContentActivity(ContentActionType, ContentReference, Guid, Int32, String, String)

Initializes a new instance of the ImplicitContentActivity class.

Declaration
public ImplicitContentActivity(ContentActionType actionType, ContentReference contentLink, Guid contentGuid, int contentTypeId, string name, string changedBy)
Parameters
Type Name Description
ContentActionType actionType
ContentReference contentLink
System.Guid contentGuid
System.Int32 contentTypeId
System.String name
System.String changedBy

Extension Methods