Updates the repository item identified by the item name with the item specified at the local item file path.
[Visual Basic]
Sub UpdateItem( _
ByVal itemName As String, _
ByVal itemFilePath As String _
)
The types of repository items supported are:
| Item Type | Description |
|---|---|
| Workspace | Specified with an "fmw" extension. ie. foo.fmw |
| Custom Format | Specified with a "fds" extension. ie. foo.fds |
| Custom Transformer | Specified with a "fmx" extension. ie. foo.fmx |
| Exception Type | Condition |
|---|---|
| Safe.FMEServer.API.FMEServerException | if a FME Server exception occurred. An exception |
IFMERepository Interface | IFMERepository Members | Safe.FMEServer.API Namespace