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;
IFilterItem.GetCodeIndexFromID
FilterItem Class | Okapi.Library.Filter Namespace