FME Server .NET API

IFMEService.RegisterItem Method 

Registers an item with this service.

[Visual Basic]
Sub RegisterItem( _
   ByVal repositoryName As String, _
   ByVal itemName As String _
)
[C#]
void RegisterItem(
   string repositoryName,
   string itemName
);

Parameters

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

Exceptions

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

See Also

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