IAdministrationService.UpdateResolutionState(Guid, Byte, String, String) Method

Definition

Update a ResolutionState.

public:
 void UpdateResolutionState(Guid resolutionStateId, System::Byte resolutionState, System::String ^ resolutionStateName, System::String ^ shortcutKey);
public void UpdateResolutionState (Guid resolutionStateId, byte resolutionState, string resolutionStateName, string shortcutKey);
abstract member UpdateResolutionState : Guid * byte * string * string -> unit
Public Sub UpdateResolutionState (resolutionStateId As Guid, resolutionState As Byte, resolutionStateName As String, shortcutKey As String)

Parameters

resolutionStateId
Guid

The resolution state id.

resolutionState
Byte

The resolution state.

resolutionStateName
String

The name.

shortcutKey
String

The optional shortcut key

Applies to