 | IElectronicProcessingAddNameToRemovedNamesList 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)
SyntaxIElectronicProcessingAddNameToRemovedNamesListResponseType AddNameToRemovedNamesList(
IElectronicProcessingAddNameToRemovedNamesListRequestType request
)
Function AddNameToRemovedNamesList (
request As IElectronicProcessingAddNameToRemovedNamesListRequestType
) As IElectronicProcessingAddNameToRemovedNamesListResponseType
function AddNameToRemovedNamesList(
request : IElectronicProcessingAddNameToRemovedNamesListRequestType
) : IElectronicProcessingAddNameToRemovedNamesListResponseType
function AddNameToRemovedNamesList(request);
Parameters
- request
- Type: IASIElectronicProcessingAddNameToRemovedNamesListRequestType
[Missing <param name="request"/> documentation for "M:IAS.IElectronicProcessing.AddNameToRemovedNamesList(IAS.IElectronicProcessing.AddNameToRemovedNamesListRequestType)"]
Return Value
Type:
IElectronicProcessingAddNameToRemovedNamesListResponseTypeSuccess/failure based on results of operation.
See Also