SpiraPlan: ImportExport SOAP Web Service
See all operations
CustomProperty_AddCustomListValue
Description
Adds a new custom property list value into the system
Example(s)
remoteCustomListValue = new RemoteCustomListValue(); remoteCustomListValue.CustomPropertyListId = customListId1; remoteCustomListValue.Name = "Technical Quality"; remoteCustomListValue.Active = true; customValueId2 = spiraImportExport.CustomProperty_AddCustomListValue(remoteCustomListValue).CustomPropertyValueId.Value;
Parameters
Type | Name | Required |
---|---|---|
RemoteCustomListValue? | remoteCustomListValue - The new custom list value object being added |
Return Value
RemoteCustomListValue - custom list value object with its primary key set