Gets the original code of a specified inline code.
[Visual Basic] Function GetCode( _ ByVal p_nIndex As Integer, _ ByVal p_bStandardLineBreaks As Boolean _ ) As String [C#] string GetCode( int p_nIndex, bool p_bStandardLineBreaks ); [C++] String* GetCode( int p_nIndex, bool p_bStandardLineBreaks ); [JScript] function GetCode( int p_nIndex, bool p_bStandardLineBreaks ): String;
String that contains the code for the specified inline code.
Use this method to retrieve the data associated with a given inline code. The value returned is the one that was set when calling the AppendCode method.
IFilterItem Interface | Okapi.Library.Filter Namespace | GetCode | GetCodeCount | AppendCode