RequestOverridesRemoveOverrides Method (String) |
Removes the overrides specified by the usage element unique name.
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public void RemoveOverrides(
string uniqueName
)
Public Sub RemoveOverrides (
uniqueName As String
)
public:
void RemoveOverrides(
String^ uniqueName
)
member RemoveOverrides :
uniqueName : string -> unit
Parameters
- uniqueName
- Type: SystemString
The unique name of the element.
Exceptions See Also