Click or drag to resize

xddeditXDDCntryGOIDAsDataSet 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 = "editXDDCntryGOIDAsDataSet", Description = "Add/Edit XDDCntryGOID entries.  Calls: xct_spDSLXDDEditXDDCntryGOID ")]
public DataSet editXDDCntryGOIDAsDataSet(
	string actionType,
	xddXDDCntryGOID inItem
)

Parameters

actionType
Type: SystemString
inItem
Type: ctDynamicsSLxddXDDCntryGOID

Return Value

Type: DataSet
See Also