FME Server .NET API

IFMEService.DeregisterItem Method 

De-registers an item from this service.

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

Parameters

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

Return Value

true if item existed, otherwise false

Exceptions

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

See Also

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