Implements IFilterItem.SetNote.
[Visual Basic] Public Sub SetNote( _ ByVal p_sNote As String, _ ByVal p_sFrom As String _ ) _ Implements IFilterItem.SetNote [C#] public void SetNote( string p_sNote, string p_sFrom ); [C++] public: void SetNote( String* p_sNote, String* p_sFrom ); [JScript] public function SetNote( String p_sNote, String p_sFrom );
FilterItem Class | Okapi.Library.Filter Namespace