Okapi .NET Library

FilterItem.SetNote Method 

 [This is preliminary documentation and subject to change.]

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
);

Implements

IFilterItem.SetNote

See Also

FilterItem Class | Okapi.Library.Filter Namespace