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