FME Server .NET API

IFMESecurityManager.AddApplicationResource Method 

Adds an application resource.

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

Parameters

resource
the application resource to add. The name and clientID of the application resource must be unique.

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerException if a FME Server exception occurred. An exception will also occur if user account with the same name or clientID already exists

See Also

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