FME Server .NET API

IFMESecurityManager.UpdateApplicationResource Method 

Updates an application resource.

[Visual Basic]
Sub UpdateApplicationResource( _
   ByVal resource As Safe.FMEServer.API.Security.IFMEApplicationResource _
)
[C#]
void UpdateApplicationResource(
   IFMEApplicationResource resource
);

Parameters

resource
the application resource to update

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerException if a FME Server exception occurred. An exception will also occur if the application resource to update does not already exist

See Also

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