FME Server .NET API

IFMEServerSession.GetRepositoryManager Method 

Gets the repository manager.

[Visual Basic]
Function GetRepositoryManager() As Safe.FMEServer.API.IFMERepositoryManager
[C#]
IFMERepositoryManager GetRepositoryManager();

Return Value

the repository manager instance, otherwise null

See Also

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