Okapi .NET Library

IFilterItem.SetNote Method 

 [This is preliminary documentation and subject to change.]

Sets the nore information for the item.

[Visual Basic]
Sub SetNote( _ 
   ByVal p_sNote As String, _ 
   ByVal p_sFrom As String _ 
)
[C#]
void SetNote(
   string p_sNote,
   string p_sFrom
);
[C++]
void SetNote(
   String* p_sNote,
   String* p_sFrom
);
[JScript]
function SetNote(
   String p_sNote,
   String p_sFrom
);

Parameters

p_sNote
Text of the note.
p_sFrom
Indicator of who set the note. The value is similar to the from attribute in XLIFF.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace