Okapi .NET Library

IFilterItem.GetItemID Method 

 [This is preliminary documentation and subject to change.]

Gets the ID of the item.

[Visual Basic]
Function GetItemID() As Integer
[C#]
int GetItemID();
[C++]
int GetItemID();
[JScript]
function GetItemID(): int;

Return Value

The ID of the item.

Remarks

This value is unique within the input. It can be used for the value of the id attribute in XLIFF.

See Also

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