FME Server .NET API

IFMEService.IsItemRegistered Method 

Checks if specified item is registered with this service.

[Visual Basic]
Function IsItemRegistered( _
   ByVal repositoryName As String, _
   ByVal itemName As String _
) As Boolean
[C#]
bool IsItemRegistered(
   string repositoryName,
   string itemName
);

Parameters

repositoryName
the name of the repository
itemName
the name of the item

Return Value

true if item is registered with this service, otherwise false.

Exceptions

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

See Also

IFMEService Interface | IFMEService Members | Safe.FMEServer.API Namespace