Click or drag to resize

ApprovalStep.ApprovalActions Property

A read-only list of the approval events (signoff, rejection, etc.) that have occurred against this approval process step.

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax
public IEnumerable<ApprovalAction> ApprovalActions { get; }

Property Value

Type: IEnumerable<ApprovalAction>
See Also