NativeStructureService.updateDataElementCategory Method

Updates the native structure element to a new category.
 

Parameters

nativeStructureId

Type: String
The ID of the native structure that contains the element.
elementName

Type: String
The name of the element to change.
category

Type: AnalysisElementCategory
The new category of the data element.

Return Value


Type: jQuery.Promise
A promise object that is resolved when the call is complete.