Class ContentApprovalStepActivity
An activity related to Content
Inheritance
System.Object
ContentApprovalStepActivity
Inherited Members
Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class ContentApprovalStepActivity : ContentApprovalActivity
Constructors
ContentApprovalStepActivity()
Initializes a new instance of the Content
Declaration
public ContentApprovalStepActivity()
ContentApprovalStepActivity(ApprovalActionType, ContentReference, Uri, Int32, Int32, String, String, Boolean, Int32)
Initializes a new instance of the Content
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 |
---|---|---|
Approval |
approvalType | |
Content |
contentLink | |
System. |
approvalReference | |
System. |
approvalID | |
System. |
definitionVersionID | |
System. |
changedBy | |
System. |
comment | |
System. |
forced | |
System. |
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. |