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

Sets the expired status of the expense

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

Syntax

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

Parameters

id
Type: System..::.Int32
The unique id of the expense

See Also