FME Server .NET API

IFMESecurityManager.GetApplicationResource Method 

Gets the specified application resource.

[Visual Basic]
Function GetApplicationResource( _
   ByVal category As String, _
   ByVal name As String _
) As Safe.FMEServer.API.Security.IFMEApplicationResource
[C#]
IFMEApplicationResource GetApplicationResource(
   string category,
   string name
);

Parameters

category
the category name of the application resource
name
the name that identifies the application resource

Return Value

an application resource. If no application resource found for specified name, then null is returned.

Exceptions

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

See Also

IFMESecurityManager Interface | IFMESecurityManager Members | Safe.FMEServer.API.Security Namespace