Click or drag to resize

siteMaintenanceeditScreen Method

Edits all the records for the site Maintenance screen.

Namespace:  ctDynamicsSL.fieldService.serviceDispatch.maintenance
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[WebMethodAttribute(MessageName = "editScreen", Description = "Edits all the records for the site Maintenance screen. ")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public siteMaintenancescreen editScreen(
	string actionType,
	siteMaintenancescreen inScreen
)

Parameters

actionType
Type: SystemString
inScreen
Type: ctDynamicsSL.fieldService.serviceDispatch.maintenancesiteMaintenancescreen

Return Value

Type: siteMaintenancescreen
See Also