Click or drag to resize

xddeditXDDSetUpAsDataSet 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 = "editXDDSetUpAsDataSet", Description = "Add/Edit XDDSetUp entries.  Calls: xct_spDSLXDDEditXDDSetUp ")]
public DataSet editXDDSetUpAsDataSet(
	string actionType,
	xddXDDSetUp inItem
)

Parameters

actionType
Type: SystemString
inItem
Type: ctDynamicsSLxddXDDSetUp

Return Value

Type: DataSet
See Also