Click or drag to resize

commoneditCountry 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)]
[WebMethodAttribute(MessageName = "editCountry", Description = "Add/Edit Country entries.  Calls: xct_spDSLEditCountry ")]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
public Country editCountry(
	string actionType,
	Country inCountry
)

Parameters

actionType
Type: SystemString
inCountry
Type: ctDynamicsSLCountry

Return Value

Type: Country
See Also