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

Gets the sorted keys

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

Syntax

C#
public int[] GetSortedKeys()
Visual Basic (Declaration)
Public Function GetSortedKeys As Integer()
Visual C++
public:
array<int>^ GetSortedKeys()

Return Value

The array of the sorted keys

See Also