DataApiCopy Method

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

Definition

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public void Copy(
	string srcId,
	string destId,
	bool notifyChange = true,
	params string[] ignoreProperties
)

Parameters

srcId  String
 
destId  String
 
notifyChange  Boolean  (Optional)
 
ignoreProperties  String
 

Implements

IDataApiCopy(String, String, Boolean, String)

See Also