Click or drag to resize

DataApiClone Method

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


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

Parameters

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

Return Value

String

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

Implements

IDataApiClone(String, NullableGuid, Boolean)
See Also