FME Server .NET API

IFMERepository.GetItem Method (String)

Gets the specified item.

[Visual Basic]
Function GetItem( _
   ByVal itemName As String _
) As Safe.FMEServer.API.IFMEItem
[C#]
IFMEItem GetItem(
   string itemName
);

Parameters

itemName
the unique name of the item. For example, "foo.fmw"

Return Value

the specified item view. If no item view found for specified item name, then null is returned.

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerExceptionif a FME Server exception occurred

See Also

IFMERepository Interface | IFMERepository Members | Safe.FMEServer.API Namespace | IFMERepository.GetItem Overload List