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

Gets the next sequence number for a give application and the type of use.

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

Syntax

C#
public int GetRepeatingSequenceId(
	Constants..::.ApplicationType applicationId,
	int sequenceNumber
)
Visual Basic (Declaration)
Public Function GetRepeatingSequenceId ( _
	applicationId As Constants..::.ApplicationType, _
	sequenceNumber As Integer _
) As Integer
Visual C++
public:
int GetRepeatingSequenceId(
	Constants..::.ApplicationType applicationId, 
	int sequenceNumber
)

Parameters

applicationId
Type: OfficeClip.BusinessLayer.Framework..::.Constants..::.ApplicationType
Id of the application for which the repeating sequence has to be obtained.
sequenceNumber
Type: System..::.Int32
Id for the type of use of the sequence number within a particular application.

Return Value

The next repeating sequence number.

See Also