Click or drag to resize

DataApiCopy Method

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

Namespace:  Casewhere.Runtime.DSL.Api
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
public void Copy(
	string srcId,
	string destId
)

Parameters

srcId
Type: SystemString

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

destId
Type: SystemString

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

Implements

IDataApiCopy(String, String)
See Also