Click or drag to resize

DataApiAddExternalDO 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.1.0
Syntax
C#
public string AddExternalDO(
	Object data,
	Guid? caseId = null
)

Parameters

data
Type: SystemObject

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

caseId (Optional)
Type: SystemNullableGuid

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

Return Value

Type: String

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

Implements

IDataApiAddExternalDO(Object, NullableGuid)
See Also