ElectronicProcessingAddNameToRemovedNamesList Method

Adds an employee name to the "Removed" name list so that it will NOT be displayed when calling GetPreviouslyUsedEmployeeNames.

Namespace:  IAS
Assembly:  ElectronicProcessing (in ElectronicProcessing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IElectronicProcessingAddNameToRemovedNamesListResponseType AddNameToRemovedNamesList(
	IElectronicProcessingAddNameToRemovedNamesListRequestType request
)

Parameters

request
Type: IASIElectronicProcessingAddNameToRemovedNamesListRequestType

[Missing <param name="request"/> documentation for "M:IAS.ElectronicProcessing.AddNameToRemovedNamesList(IAS.IElectronicProcessing.AddNameToRemovedNamesListRequestType)"]

Return Value

Type: IElectronicProcessingAddNameToRemovedNamesListResponseType
Success/failure based on results of operation.

Implements

IElectronicProcessingAddNameToRemovedNamesList(IElectronicProcessingAddNameToRemovedNamesListRequestType)
See Also