Click or drag to resize

xddeditXDDPPFileFormat Method

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

Parameters

actionType
Type: SystemString
inItem
Type: ctDynamicsSLxddXDDPPFileFormat

Return Value

Type: xddXDDPPFileFormat
See Also