Class ContentCheckInActivity
An activity related to when content has been checked in.
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.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 11.20.7Syntax
[Obsolete("No longer used, Use ContentActivity.ActionType to see for example CheckIn or DelayedPublish")]
public class ContentCheckInActivity : ContentActivity
Constructors
ContentCheckInActivity(ContentReference, CultureInfo, Guid, Int32, String, String, Boolean)
Initializes a new instance of the ContentCheckInActivity class.
Declaration
public ContentCheckInActivity(ContentReference contentLink, CultureInfo language, Guid contentGuid, int contentTypeId, string name, string checkedInBy, bool delayPublish)
Parameters
Type | Name | Description |
---|---|---|
ContentReference | contentLink | The content reference of the content that was checked in. |
System.Globalization.CultureInfo | language | The language of the content that the check in is related to. |
System.Guid | contentGuid | The unique identifier of the content that was checked in. |
System.Int32 | contentTypeId | The content type of the content that was checked in. |
System.String | name | The name of the content that was checked in. |
System.String | checkedInBy | The username of the user responsible for checking in the content. |
System.Boolean | delayPublish | Indicates if the check in was a delay publish action. |
Properties
DelayPublish
Gets an indication if the check in was a delayed publish action.
Declaration
public virtual bool DelayPublish { get; }
Property Value
Type | Description |
---|---|
System.Boolean |