Okapi .NET Library

IFilterItem.GetNoteAttributeFrom Method 

 [This is preliminary documentation and subject to change.]

Gets the from attribute of the note.

[Visual Basic]
Function GetNoteAttributeFrom() As String
[C#]
string GetNoteAttributeFrom();
[C++]
String* GetNoteAttributeFrom();
[JScript]
function GetNoteAttributeFrom(): String;

Return Value

The value of the from attribute.

Remarks

Use this method to get the from attribute value of the note. This attribute is similar to the from attribute in XLIFF.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace