Method SetParameters
SetParameters(IEnumerable<Parameter>, ref bool, bool)
Adds or edits the specified profile parameters.
public IEnumerable<Parameter> SetParameters(IEnumerable<Parameter> parameters, ref bool success, bool isDelete)
Parameters
parameters
IEnumerable<Parameter>The profile parameters to add or edit.
success
booltrue
if the parameters were added/edited successfully; otherwise,false
.isDelete
booltrue
if the specified profile parameters should be deleted; otherwise,false
.
Returns
- IEnumerable<Parameter>
The add/edited parameters.
SetParameters(out string, params Parameter[])
Adds or edits the specified profile parameters.
public bool SetParameters(out string error, params Parameter[] parameters)
Parameters
error
stringOutput string with notifications and/or errors that occurred.
parameters
Parameter[]The profile parameters to add or edit.
Returns
- bool
true
if the profile parameters were added/edited successfully; otherwise,false
.
SetParameters(SetProfileManagerParameterMessage)
Adds or edits the specified profile parameter.
public ProfileManagerResponseMessage SetParameters(SetProfileManagerParameterMessage msg)
Parameters
msg
SetProfileManagerParameterMessageThe message.
Returns
- ProfileManagerResponseMessage
The profile parameter response message.