VersionStatus
Last update: 16.07.2025enum VersionStatus
Ways to version a file
Entries
| DoVersioning | DoVersioning Version the file and all subordinant files. Error if any file cannot be versioned. |
| DoNotVersion | DoNotVersion Do not version file or subordinant files. |
| DoVersioningIfPossible | DoVersioningIfPossible Version the file and subordinant files if possible. |
Functions
| Name | Summary |
|---|---|
| valueOf | public valueOf(name: String): ModelCenter.VersionStatus Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.) |
| values | public values(): Array<ModelCenter.VersionStatus> Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants. |