[This is preliminary documentation and is subject to change.]
Updates a payroll category
Namespace:
OfficeClip.DBLayer.TEAssembly: 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
