fcSDK Documentation
GetGbstElmRankObjID Method (ListCache)

The name of the GBST/application pop-up list
The rank of the element whose objid to retrieve
Gets the objid of the specified element by rank in the specified application pop-up list
Syntax
'Declaration
 
Public Function GetGbstElmRankObjID( _
   ByVal listTitle As String, _
   ByVal elementRank As Integer _
) As Integer
public int GetGbstElmRankObjID( 
   string listTitle,
   int elementRank
)

Parameters

listTitle
The name of the GBST/application pop-up list
elementRank
The rank of the element whose objid to retrieve

Return Value

The objid of the specified element
Remarks
If the no list exists with the specified listTitle, an exception will be thrown.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Reference

ListCache Class
ListCache Members

 

 


© 2010 Dovetail Software, Inc. - All rights reserved.
- Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
- .NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.

Send comments on this topic.