Removes the specified application resource.
[Visual Basic]
Function RemoveApplicationResource( _
ByVal category As String, _
ByVal name As String _
) As Boolean
true if application resource existed and was removed, otherwise false if application resource did not exist
| Exception Type | Condition | 
|---|---|
| Safe.FMEServer.API.FMEServerException | if a FME Repository exception occurred | 
IFMESecurityManager Interface | IFMESecurityManager Members | Safe.FMEServer.API.Security Namespace