Click or drag to resize

xddeditXDDLBViewAsDataSet Method

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

Parameters

actionType
Type: SystemString
inItem
Type: ctDynamicsSLxddXDDLBView

Return Value

Type: DataSet
See Also