Gets the specified resource view for a specified item.
[Visual Basic]
Function GetResource( _
ByVal itemName As String, _
ByVal resourceName As String _
) As Safe.FMEServer.API.IFMEResource
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 |
the specified resource view. If no resource view found for specified
Exception Type | Condition |
---|---|
Safe.FMEServer.API.FMEServerException | if a FME Server exception occurred |
IFMERepository Interface | IFMERepository Members | Safe.FMEServer.API Namespace | IFMERepository.GetResource Overload List