Class ContentApprovalStepActivity
An activity related to ContentApproval steps in the system.
Inheritance
System.Object
ContentApprovalStepActivity
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
public class ContentApprovalStepActivity : ContentApprovalActivity
Constructors
ContentApprovalStepActivity()
Initializes a new instance of the ContentApprovalStepActivity class.
Declaration
public ContentApprovalStepActivity()
ContentApprovalStepActivity(ApprovalActionType, ContentReference, Uri, Int32, Int32, String, String, Boolean, Int32)
Initializes a new instance of the ContentApprovalStepActivity class.
Declaration
public ContentApprovalStepActivity(ApprovalActionType approvalType, ContentReference contentLink, Uri approvalReference, int approvalID, int definitionVersionID, string changedBy, string comment, bool forced, int stepIndex)
Parameters
Type | Name | Description |
---|---|---|
ApprovalActionType | approvalType | |
ContentReference | contentLink | |
System.Uri | approvalReference | |
System.Int32 | approvalID | |
System.Int32 | definitionVersionID | |
System.String | changedBy | |
System.String | comment | |
System.Boolean | forced | |
System.Int32 | stepIndex |
Properties
StepIndex
Gets the step index of the approval step refered to by this activity.
Declaration
public virtual int StepIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |