[This is preliminary documentation and is subject to change.]

Updates a payroll category

Namespace:  OfficeClip.DBLayer.TE
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public int UpdatePayrollCategory(
	PayrollCategoryInfo pci
)
Visual Basic (Declaration)
Public Function UpdatePayrollCategory ( _
	pci As PayrollCategoryInfo _
) As Integer
Visual C++
public:
int UpdatePayrollCategory(
	PayrollCategoryInfo^ pci
)

Parameters

pci
Type: OfficeClip.BusinessLayer.TE..::.PayrollCategoryInfo
The payroll category id

Return Value

-1 if error, 0 if successful

See Also