Okapi .NET Library

IFilterItem.GetResType Method 

 [This is preliminary documentation and subject to change.]

Gets the resource type of the item.

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

Return Value

The resource type of the item.

Remarks

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

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace | SetResType