London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class ImplicitContentActivity

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Represents an item that has been implicitly added to package.

Inheritance
System.Object
ImplicitContentActivity
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.Internal
Assembly: EPiServer.Enterprise.dll
Version: 10.10.4
Syntax
public class ImplicitContentActivity : ContentActivity

Constructors

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

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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