Class ContentApprovalStepActivity
An activity related to ContentApproval steps in the system.
Inheritance
System.Object
    
    
    
    ContentApprovalStepActivity
  Inherited Members
Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class ContentApprovalStepActivity : ContentApprovalActivityConstructors
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 | 
