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

Gets the template detail identifier for the expense template.

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

Syntax

C#
public int GetTypeUniqueId(
	int expenseTypeId
)
Visual Basic (Declaration)
Public Function GetTypeUniqueId ( _
	expenseTypeId As Integer _
) As Integer
Visual C++
public:
int GetTypeUniqueId(
	int expenseTypeId
)

Parameters

expenseTypeId
Type: System..::.Int32
The expense type id.

Return Value

The template detail identifier.

See Also