Click or drag to resize

projectEmployeeMaintenancegetScreenByEmployee Method

Retrieves a Screen object using the passed employee

Namespace:  ctDynamicsSL.project.projectController.maintenance
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "getScreenByEmployee", Description = "Retrieves a Screen object using the passed employee")]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public projectEmployeeMaintenancescreen getScreenByEmployee(
	string employee
)

Parameters

employee
Type: SystemString

Return Value

Type: projectEmployeeMaintenancescreen
See Also