Click or drag to resize

xddeditXDDLBFileFormat Method

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

Parameters

actionType
Type: SystemString
inItem
Type: ctDynamicsSLxddXDDLBFileFormat

Return Value

Type: xddXDDLBFileFormat
See Also