{ "name": "SaveToolboxToVersion", "displayName": "Save Toolbox To Version", "description": "Analyzes and saves a toolbox for use with a specific earlier version of ArcGIS software.", "category": "", "helpUrl": "https://maps.clermontcountyohio.gov/server/rest/directories/arcgisoutput/CustomTools/DataExtraction_GPServer/CustomTools_DataExtraction/SaveToolboxToVersion.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "version", "dataType": "GPString", "displayName": "Target Version", "description": "Specifies the software version that will be used for toolbox compatibility issue analysis.ArcGIS Desktop 10.6.0\u2014ArcGIS Desktop 10.6.0 will be used for toolbox compatibility issue analysis. The output toolbox will be saved to this version.ArcGIS Desktop 10.7.0\u2014ArcGIS Desktop 10.7.0 will be used for toolbox compatibility issue analysis. The output toolbox will be saved to this version.ArcGIS Desktop 10.8.0\u2014ArcGIS Desktop 10.8.0 will be used for toolbox compatibility issue analysis. The output toolbox will be saved to this version.ArcGIS Desktop 10.8.2\u2014ArcGIS Desktop 10.8.2 will be used for toolbox compatibility issue analysis. The output toolbox will be saved to this version.ArcGIS Pro2.2\u2014ArcGIS Pro 2.2 will be used for toolbox compatibility issue analysis. The output toolbox will be saved to this version.ArcGIS Pro2.3\u2014ArcGIS Pro 2.3 will be used for toolbox compatibility issue analysis. The output toolbox will be saved to this version.ArcGIS Pro2.4\u2014ArcGIS Pro 2.4 will be used for toolbox compatibility issue analysis. The output toolbox will be saved to this version.ArcGIS Pro2.5\u2014ArcGIS Pro 2.5 will be used for toolbox compatibility issue analysis. The output toolbox will be saved to this version.ArcGIS Pro2.6\u2014ArcGIS Pro 2.6 will be used for toolbox compatibility issue analysis. The output toolbox will be saved to this version.ArcGIS Pro2.7\u2014ArcGIS Pro 2.7 will be used for toolbox compatibility issue analysis. The output toolbox will be saved to this version.ArcGIS Pro2.8\u2014ArcGIS Pro 2.8 will be used for toolbox compatibility issue analysis. The output toolbox will be saved to this version.ArcGIS Pro2.9\u2014ArcGIS Pro 2.9 will be used for toolbox compatibility issue analysis. The output toolbox will be saved to this version.ArcGIS Pro3.0\u2014ArcGIS Pro 3.0 will be used for toolbox compatibility issue analysis. The output toolbox will be saved to this version.ArcGIS Pro3.1\u2014ArcGIS Pro 3.1 will be used for toolbox compatibility issue analysis. The output toolbox will be saved to this version.ArcGIS Pro3.2\u2014ArcGIS Pro 3.2 will be used for toolbox compatibility issue analysis. The output toolbox will be saved to this version.ArcGIS Pro3.3\u2014ArcGIS Pro 3.3 will be used for toolbox compatibility issue analysis. The output toolbox will be saved to this version.", "direction": "esriGPParameterDirectionInput", "defaultValue": "ArcGIS Pro 3.3", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "ArcGIS Desktop 10.6.0", "ArcGIS Desktop 10.7.0", "ArcGIS Desktop 10.8.0", "ArcGIS Desktop 10.8.2", "ArcGIS Pro 2.2", "ArcGIS Pro 2.3", "ArcGIS Pro 2.4", "ArcGIS Pro 2.5", "ArcGIS Pro 2.6", "ArcGIS Pro 2.7", "ArcGIS Pro 2.8", "ArcGIS Pro 2.9", "ArcGIS Pro 3.0", "ArcGIS Pro 3.1", "ArcGIS Pro 3.2", "ArcGIS Pro 3.3" ] }, { "name": "missing_tool", "dataType": "GPBoolean", "displayName": "Error on missing tool", "description": "Specifies whether an error will be produced if a tool is encountered that is not present at the target version.Checked\u2014An error will be produced and the output toolbox will not be created. This is the default.Unchecked\u2014A warning message will be produced and the output toolbox will be created. For model tools, the problematic tool will be removed from the model, which will require manual editing.", "direction": "esriGPParameterDirectionInput", "defaultValue": true, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "missing_param", "dataType": "GPBoolean", "displayName": "Error on missing required parameter", "description": "Specifies whether an error will be produced if a parameter is encountered that is not present at the target version and that parameter has a value that is not its default value.Checked\u2014An error will be produced and the output toolbox will not be created. This is the default.Unchecked\u2014A warning message will be produced, the parameter will be removed from the model, and the output toolbox will be created.", "direction": "esriGPParameterDirectionInput", "defaultValue": true, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "invalid_param_value", "dataType": "GPBoolean", "displayName": "Error on invalid parameter value", "description": "Specifies whether an error will be produced if a parameter value is encountered that is not present in its parameter filter at the target version.Checked\u2014An error will be produced and the output toolbox will not be created. This is the default.Unchecked\u2014A warning message will be produced and the output toolbox will be created. The output toolbox will produce an error if it has a value that is not in domain or is invalid.", "direction": "esriGPParameterDirectionInput", "defaultValue": true, "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }