Syntax | admSetProjectPropertyValue(projectKey, propertyKey, propertyName, value) | Package | adm |
Alias |
| Pkg Usage | setProjectPropertyValue(projectKey, propertyKey, propertyName, value) |
Saves a property with the specified name and value under the property key value may be an integer or a string. The property name will be used to index the array on the return of getProjectPropertyValues Returns true if that one is saved.
Parameter name | Type | Required | Description |
---|---|---|---|
projectKey | String | Yes | Project key. |
propertyKey | String | Yes | Property key. |
propertyName | String | Yes | Property name. |
value | String / Integer | Yes | The value set for the property on the provided project. |
Boolean (true/false)
Returns true if the property is saved and false otherwise.
admSetProjectPropertyValue("TEST", "myprop", "custom_int", 23)
admSetProjectPropertyValue("TEST", "myprop", "custom_str", "test_value")
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.