SaaS CMS has officially launched! Learn more now.

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: 11.20.7
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