Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)

Syntax

Visual Basic (Declaration)
Public MustOverride Function GetListIndex( _ 
   ByVal Item As String,  _ 
   ByVal ListOfItems As String _ 
) As Integer
C#
public abstract int GetListIndex(
   string Item,
   string ListOfItems
)
C++
public:
 int GetListIndex(
   String Item,
   String ListOfItems
) abstract 
J#
public abstract int GetListIndex(
   string Item,
   string ListOfItems
)
JScript
public abstract  function GetListIndex(
   Item : String,
   ListOfItems : String
) : int

See Also