Discuss this help topic in SecureBlackbox Forum
Sorts the list by the relationship ID.
Declaration
[C#]
void SortRelationshipsById();
[VB.NET]
Sub SortRelationshipsById()
[Pascal]
procedure SortRelationshipsById;
[C++]
void SortRelationshipsById();
[PHP]
void SortRelationshipsById()
[Java]
void sortRelationshipsById();
Description
Use this method to sort the list by the relationship ID.
Discuss this help topic in SecureBlackbox Forum