fcSDK Documentation
RankIsInGbstList Method (ListCache)

The name of the GBST/application pop-up list
The rank of the element to verify
Gets whether or not an element with the specified rank exists in an application pop-up list
Syntax
'Declaration
 
Public Function RankIsInGbstList( _
   ByVal listTitle As String, _
   ByVal rank As Integer _
) As Boolean
public bool RankIsInGbstList( 
   string listTitle,
   int rank
)

Parameters

listTitle
The name of the GBST/application pop-up list
rank
The rank of the element to verify

Return Value

Whether or not an element with the specified rank exists in an application pop-up list
Remarks
If no list with title listTitle exists, false is returned. Otherwise, true or false is returned depending on whether an element with the specified rank exists in the specified list.

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.