Click or drag to resize

DataApiCopy Method

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


Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public void Copy(
	string srcId,
	string destId,
	bool notifyChange = true
)

Parameters

srcId  String
 
destId  String
 
notifyChange  Boolean  (Optional)
 

Implements

IDataApiCopy(String, String, Boolean)
See Also