Class ImplicitContentActivity
Represents an item that has been implicitly added to package.
Inherited Members
Namespace: EPiServer.MirroringService.ChangeLog.Internal
Assembly: EPiServer.Enterprise.dll
Version: 12.0.3Syntax
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 |