FME Server .NET API

IFMERepositoryManager.AddRepository Method 

Adds an FME repository.

[Visual Basic]
Sub AddRepository( _
   ByVal name As String, _
   ByVal description As String _
)
[C#]
void AddRepository(
   string name,
   string description
);

Parameters

name
the unique name that identifies the FME repository
description
the description of the FME repository

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerException if a FME Server exception occurred. An exception will also occur if an FME repository with the same name already exists.

See Also

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