FME Server .NET API

IFMERepositoryManager.RemoveRepository Method 

Removes an FME repository.

[Visual Basic]
Function RemoveRepository( _
   ByVal name As String _
) As Boolean
[C#]
bool RemoveRepository(
   string name
);

Parameters

name
the unique name that identifies the FME repository

Return Value

true if repository existed and was removed, otherwise false if service did not exist

Exceptions

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

See Also

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