Checks if specified item is registered with this service.
[Visual Basic]
Function IsItemRegistered( _
ByVal repositoryName As String, _
ByVal itemName As String _
) As Boolean
true if item is registered with this service, otherwise false.
| Exception Type | Condition |
|---|---|
| Safe.FMEServer.API.FMEServerException | if a FME Server exception occurred |
IFMEService Interface | IFMEService Members | Safe.FMEServer.API Namespace