FME Server .NET API

IFMESecurityManager.RemoveApplicationResource Method 

Removes the specified application resource.

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

Parameters

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

Return Value

true if application resource existed and was removed, otherwise false if application resource did not exist

Exceptions

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

See Also

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