Okapi .NET Library

FilterItem.GetCode Method 

 [This is preliminary documentation and subject to change.]

Implements IFilterItem.GetCode.

[Visual Basic]
Public Function GetCode( _ 
   ByVal p_nIndex As Integer, _ 
   ByVal p_bStandardLineBreaks As Boolean _ 
) _
    Implements IFilterItem.GetCode As String
[C#]
public string GetCode(
   int p_nIndex,
   bool p_bStandardLineBreaks
);
[C++]
public: String* GetCode(
   int p_nIndex,
   bool p_bStandardLineBreaks
);
[JScript]
public function GetCode(
   int p_nIndex,
   bool p_bStandardLineBreaks
): String;

Implements

IFilterItem.GetCode

See Also

FilterItem Class | Okapi.Library.Filter Namespace