DataApiClone Method

[Missing <summary> documentation for "M:Casewhere.Runtime.DSL.Api.DataApi.Clone(System.String,System.Nullable{System.Guid},System.Boolean,System.String[])"]

Definition

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public string Clone(
	string id,
	Guid? caseId = null,
	bool notifyChange = true,
	params string[] ignoreProperties
)

Parameters

id  String
 
caseId  NullableGuid  (Optional)
 
notifyChange  Boolean  (Optional)
 
ignoreProperties  String
 

Return Value

String

[Missing <returns> documentation for "M:Casewhere.Runtime.DSL.Api.DataApi.Clone(System.String,System.Nullable{System.Guid},System.Boolean,System.String[])"]

Implements

IDataApiClone(String, NullableGuid, Boolean, String)

See Also