Enum MergeState
Indicates the merged state of a merged translatable file.
Namespace: Sdl.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core.dll
Syntax
public enum MergeState
Fields
Name | Description |
---|---|
Merged | The merged translatable file has been merged. This is the state after a physically merged file was created and uploaded. |
NotMerged | The merged translatable file has not been merged yet. This is the initial state after the file is created using CreateMergedProjectFile(String, String, Guid[]). |
Split | The merged translatable file has been split. This is the final state, which is entered when the merged file is physically split into its individual child files. |