IntegrationTestBaseUpdateCaseState Method |
[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.IntegrationTestBase.UpdateCaseState(System.String,System.String)"]
Namespace: Scanjour.Workflow4.TestFrameworkAssembly: Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic void UpdateCaseState(
string fileKey,
string state
)
Public Sub UpdateCaseState (
fileKey As String,
state As String
)
public:
void UpdateCaseState(
String^ fileKey,
String^ state
)
member UpdateCaseState :
fileKey : string *
state : string -> unit
Parameters
- fileKey String
[Missing <param name="fileKey"/> documentation for "M:Scanjour.Workflow4.TestFramework.IntegrationTestBase.UpdateCaseState(System.String,System.String)"]
- state String
[Missing <param name="state"/> documentation for "M:Scanjour.Workflow4.TestFramework.IntegrationTestBase.UpdateCaseState(System.String,System.String)"]
See Also