Okapi .NET Library

FilterItem.AppendCode Method 

 [This is preliminary documentation and subject to change.]

Implements IFilterItem.AppendCode.

[Visual Basic]
Public Sub AppendCode( _ 
   ByVal p_nType As Integer, _ 
   ByVal p_sLabel As String, _ 
   ByVal p_sData As String _ 
) _
    Implements IFilterItem.AppendCode
[C#]
public void AppendCode(
   int p_nType,
   string p_sLabel,
   string p_sData
);
[C++]
public: void AppendCode(
   int p_nType,
   String* p_sLabel,
   String* p_sData
);
[JScript]
public function AppendCode(
   int p_nType,
   String p_sLabel,
   String p_sData
);

Implements

IFilterItem.AppendCode

See Also

FilterItem Class | Okapi.Library.Filter Namespace