Click or drag to resize

xddeditXDDLBFileFormatAsDataSet Method

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

Parameters

actionType
Type: SystemString
inItem
Type: ctDynamicsSLxddXDDLBFileFormat

Return Value

Type: DataSet
See Also