FME Server .NET API

IFMESecurityManager.ApplicationResourceExists Method 

Checks if specified application resource exists.

[Visual Basic]
Function ApplicationResourceExists( _
   ByVal category As String, _
   ByVal name As String _
) As Boolean
[C#]
bool ApplicationResourceExists(
   string category,
   string name
);

Parameters

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

Exceptions

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

See Also

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