VersioningOption
A simple data type that specifies the options for handling the latest existing version when uploading a file.
Element
String. One of the following values:
CreateNewVersion
Always creates a new version. This is the default value.
ReplaceLatestIfNoDependents
Replaces the latest existing version if it does not have any dependent files. If the existing version has any dependants, BIRT iHub creates a new version instead of replacing the existing version.
ReplaceLatestDropDependency
Replaces the latest existing version if it does not have any dependent files. If the existing version has any dependants, BIRT iHub drops the dependency.
ReplaceLatestMigrateDependency
Replaces the latest existing version if it does not have any dependent files. If the existing version has any dependants, BIRT iHub moves the dependency to the new version.