Okapi .NET Library

FilterItem.GetCodeIndexFromID Method 

 [This is preliminary documentation and subject to change.]

Implements IFilterItem.GetCodeIndexFromID.

[Visual Basic]
Public Function GetCodeIndexFromID( _ 
   ByVal p_nID As Integer, _ 
   ByVal p_nType As Integer _ 
) _
    Implements IFilterItem.GetCodeIndexFromID As Integer
[C#]
public int GetCodeIndexFromID(
   int p_nID,
   int p_nType
);
[C++]
public: int GetCodeIndexFromID(
   int p_nID,
   int p_nType
);
[JScript]
public function GetCodeIndexFromID(
   int p_nID,
   int p_nType
): int;

Implements

IFilterItem.GetCodeIndexFromID

See Also

FilterItem Class | Okapi.Library.Filter Namespace