Click or drag to resize

DataApiLoad(String, Boolean) Method

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


Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public DynamicDataObject Load(
	string id,
	bool forceReload = false
)

Parameters

id  String
 
forceReload  Boolean  (Optional)
 

Return Value

DynamicDataObject

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

Implements

IDataApiLoad(String, Boolean)
See Also