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
parametersIEnumerable<Parameter>The profile parameters to add or edit.
successbooltrueif the parameters were added/edited successfully; otherwise,false.isDeletebooltrueif 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
errorstringOutput string with notifications and/or errors that occurred.
parametersParameter[]The profile parameters to add or edit.
Returns
- bool
trueif the profile parameters were added/edited successfully; otherwise,false.
SetParameters(SetProfileManagerParameterMessage)
Adds or edits the specified profile parameter.
public ProfileManagerResponseMessage SetParameters(SetProfileManagerParameterMessage msg)
Parameters
msgSetProfileManagerParameterMessageThe message.
Returns
- ProfileManagerResponseMessage
The profile parameter response message.