Click or drag to resize

xddeditXDDSetUpEx 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)]
[WebMethodAttribute(MessageName = "editXDDSetUpEx", Description = "Add/Edit XDDSetUpEx entries.  Calls: xct_spDSLXDDEditXDDSetUpEx ")]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
public xddXDDSetUpEx editXDDSetUpEx(
	string actionType,
	xddXDDSetUpEx inItem
)

Parameters

actionType
Type: SystemString
inItem
Type: ctDynamicsSLxddXDDSetUpEx

Return Value

Type: xddXDDSetUpEx
See Also