Click or drag to resize

commoneditSegDef Method

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

Parameters

actionType
Type: SystemString
inSegDef
Type: ctDynamicsSLSegDef

Return Value

Type: SegDef
See Also