Click or drag to resize

DataApiMoveToCase Method

[Missing <summary> documentation for "M:Casewhere.Runtime.DSL.Api.DataApi.MoveToCase(System.String,System.Guid)"]

Namespace:  Casewhere.Runtime.DSL.Api
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
public void MoveToCase(
	string id,
	Guid caseId
)

Parameters

id
Type: SystemString

[Missing <param name="id"/> documentation for "M:Casewhere.Runtime.DSL.Api.DataApi.MoveToCase(System.String,System.Guid)"]

caseId
Type: SystemGuid

[Missing <param name="caseId"/> documentation for "M:Casewhere.Runtime.DSL.Api.DataApi.MoveToCase(System.String,System.Guid)"]

Implements

IDataApiMoveToCase(String, Guid)
See Also