Click or drag to resize

commoneditDSLXMLAsDataSet Method

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

Parameters

actionType
Type: SystemString
inItem
Type: ctDynamicsSLDSLXML

Return Value

Type: DataSet
See Also