Class ApprovalStepActivity
An activity related to Approval steps in the system.
Inherited Members
Namespace: EPiServer.DataAbstraction.Activities
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class ApprovalStepActivity : ApprovalActivity
Constructors
ApprovalStepActivity(String, ApprovalActionType)
Initializes a new instance of the Approval
Declaration
public ApprovalStepActivity(string activityType, ApprovalActionType actionType)
Parameters
Type | Name | Description |
---|---|---|
System. |
activityType | |
Approval |
actionType |
ApprovalStepActivity(String, ApprovalActionType, Uri, Int32, Int32, String, String, Int32)
Initializes a new instance of the Approval
Declaration
public ApprovalStepActivity(string activityType, ApprovalActionType actionType, Uri approvalReference, int approvalID, int definitionVersionID, string changedBy, string comment, int stepIndex)
Parameters
Type | Name | Description |
---|---|---|
System. |
activityType | |
Approval |
actionType | |
System. |
approvalReference | |
System. |
approvalID | |
System. |
definitionVersionID | |
System. |
changedBy | |
System. |
comment | |
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. |