FME Server .NET API

IFMERepository.GetCustomFormat Method 

Gets the specified custom format view.

[Visual Basic]
Function GetCustomFormat( _
   ByVal customFormatName As String _
) As Safe.FMEServer.API.IFMECustomFormat
[C#]
IFMECustomFormat GetCustomFormat(
   string customFormatName
);

Parameters

customFormatName
the unique name of the custom format item. For example, "foo.fds"

Return Value

the specified custom format view. If no custom format view found for specified custom format name, then null is returned.

Exceptions

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

See Also

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