FME Server .NET API

IFMEService.SetIsItemRegistrationAllowed Method 

Sets a boolean representing whether or not this service allows registration of the specified item type.

[Visual Basic]
Sub SetIsItemRegistrationAllowed( _
   ByVal itemType As Safe.FMEServer.API.ItemType, _
   ByVal itemRegistrationAllowed As Boolean _
)
[C#]
void SetIsItemRegistrationAllowed(
   ItemType itemType,
   bool itemRegistrationAllowed
);

Parameters

itemType
the type of item
itemRegistrationAllowed
true if specified item type is allowed registration with this service otherwise false

See Also

IFMEService Interface | IFMEService Members | Safe.FMEServer.API Namespace