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

Deletes the payroll category

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

Syntax

C#
public void DeletePayrollCategory(
	int payrollCategoryId
)
Visual Basic (Declaration)
Public Sub DeletePayrollCategory ( _
	payrollCategoryId As Integer _
)
Visual C++
public:
void DeletePayrollCategory(
	int payrollCategoryId
)

Parameters

payrollCategoryId
Type: System..::.Int32
The unique id of the payroll category

See Also