FME Server .NET API

IFMEService.GetIsItemRegistrationAllowed Method 

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

[Visual Basic]
Function GetIsItemRegistrationAllowed( _
   ByVal itemType As Safe.FMEServer.API.ItemType _
) As Boolean
[C#]
bool GetIsItemRegistrationAllowed(
   ItemType itemType
);

Parameters

itemType
the type of item

Return Value

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

See Also

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