FME Server .NET API

IFMERepositoryManager.GetRepository Method 

Gets the specified FME repository.

[Visual Basic]
Function GetRepository( _
   ByVal name As String _
) As Safe.FMEServer.API.IFMERepository
[C#]
IFMERepository GetRepository(
   string name
);

Parameters

name
the unique name that identifies the FME repository

Return Value

an FME repository. If no repository found for specified repository name, then null is returned.

Exceptions

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

See Also

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