FME Server .NET API

IFMESecurityManager.CreateApplicationResource Method 

Creates a new IFMEApplicationResource.

[Visual Basic]
Function CreateApplicationResource( _
   ByVal name As String, _
   ByVal displayName As String, _
   ByVal clientID As String, _
   ByVal category As String _
) As Safe.FMEServer.API.Security.IFMEApplicationResource
[C#]
IFMEApplicationResource CreateApplicationResource(
   string name,
   string displayName,
   string clientID,
   string category
);

Parameters

name
the name of the application resource
displayName
the display name of the application resource
clientID
the client ID
category
the category of the application resource

Return Value

a new IFMEApplicationResource instance.

See Also

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