IAdministrationService.InsertResolutionState(Byte, String, String) Method

Definition

Inserts a new resolution state.

public:
 Guid InsertResolutionState(System::Byte resolutionState, System::String ^ resolutionStateName, System::String ^ shortcutKey);
public Guid InsertResolutionState (byte resolutionState, string resolutionStateName, string shortcutKey);
abstract member InsertResolutionState : byte * string * string -> Guid
Public Function InsertResolutionState (resolutionState As Byte, resolutionStateName As String, shortcutKey As String) As Guid

Parameters

resolutionState
Byte

The resolution state.

resolutionStateName
String

The name.

shortcutKey
String

The optional shortcut key

Returns

Guid

Applies to