FME Server .NET API

IFMESecurityManager.UpdateUserRole Method 

Updates an existing user role.

[Visual Basic]
Sub UpdateUserRole( _
   ByVal role As Safe.FMEServer.API.Security.IFMEUserRole _
)
[C#]
void UpdateUserRole(
   IFMEUserRole role
);

Parameters

role
the user role to update

Exceptions

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

See Also

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