Click or drag to resize

DataApi.AddExternalDO Method

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


Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public string AddExternalDO(
	Object data,
	Guid? caseId = null
)

Parameters

data  Object
 
caseId  Nullable<Guid>  (Optional)
 

Return Value

String

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

Implements

IDataApi.AddExternalDO(Object, Nullable<Guid>)
See Also