FME Server .NET API

IFMESecurityManager.CreateUserRole Method 

Creates a new IFMEUserRole.

[Visual Basic]
Function CreateUserRole( _
   ByVal name As String _
) As Safe.FMEServer.API.Security.IFMEUserRole
[C#]
IFMEUserRole CreateUserRole(
   string name
);

Parameters

name
the user role name

Return Value

a new IFMEUserRole instance.

See Also

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