Okapi .NET Library

IFilterItem.GetResName Method 

 [This is preliminary documentation and subject to change.]

Gets the resource name of the item.

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

Return Value

The resource name of the item.

Remarks

This value is the equivalent to the value of the resname attribute in XLIFF.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace | SetResName | GetItemID