FME Server .NET API

IFMERepository.GetWorkspaceSummary Method 

Gets the specified workspace summary view.

[Visual Basic]
Function GetWorkspaceSummary( _
   ByVal workspaceName As String _
) As Safe.FMEServer.API.IFMEWorkspaceSummary
[C#]
IFMEWorkspaceSummary GetWorkspaceSummary(
   string workspaceName
);

Parameters

workspaceName
the unique name of the workspace item. For example, "foo.fmw"

Return Value

the specified workspace summary view. If no workspace summary view found for specified workspace 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