Enum CombinedConfirmationLevel
Represents a combined confirmation level value, which indicates where a file or set of files is in the project life-cycle. See CombinedConfirmationLevel.
Namespace: Sdl.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core.dll
Syntax
public enum CombinedConfirmationLevel
Fields
Name | Description |
---|---|
ApprovedSignOff | All segments in the file have ApprovedSignOff confirmation level. The value of PercentComplete is .
|
ApprovedTranslation | All segments in the file have ApprovedTranslation or ApprovedSignOff confirmation level, but at least one segment has ApprovedTranslation confirmation level. The value of PercentComplete is .
|
InReview | No segments are Unspecified or Draft and at least one segment is RejectedTranslation or ApprovedTranslation. The value of PercentComplete is .
|
InSignOff | All segments in the file have Approved Translation, Approved SignOff or Rejected SignOff confirmation level, but at least one segment has Approved Translation confirmation level. The value of PercentComplete is .
|
InTranslation | There is at least one Unspecified or Draft segment. The value of PercentComplete is .
|
RejectedSignOff | All segments in the file have ApprovedSignOff or RejectedSignOff confirmation level, but at least one segment has RejectedSignOff confirmation level. The value of PercentComplete is .
|
RejectedTranslation | No segments are Unspecified, Draft or Translated and at least one segment is RejectedTranslation. The value of PercentComplete is .
|
Translated | No segments are Unspecified or Draft and at least one segment is Translated. The value of PercentComplete is .
|
Unspecified | All segments within the file have confirmation level Unspecified. The value of PercentComplete is .
|