Click or drag to resize

commoneditStateAsDataSet Method

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[WebMethodAttribute(MessageName = "editStateAsDataSet", Description = "Add/Edit State entries.  Calls: xct_spDSLEditState ")]
public DataSet editStateAsDataSet(
	string actionType,
	State inState
)

Parameters

actionType
Type: SystemString
inState
Type: ctDynamicsSLState

Return Value

Type: DataSet
See Also