Click or drag to resize

xddeditXDDLBView Method

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

Parameters

actionType
Type: SystemString
inItem
Type: ctDynamicsSLxddXDDLBView

Return Value

Type: xddXDDLBView
See Also