Select to view content in your preferred language

SOI custom property page (ArcGIS Enterprise 11.2)

322
1
02-21-2024 07:21 AM
Labels (1)
agauch
by
New Contributor II

I am trying to create an SOI for ArcGIS Enterprise 11.2 with a custom property page but I can't find any documentation or example.

In the ServerObjectInterceptorAttribute properties, I set HasManagerPropertiesConfigurationPane to true. It seems to be a good start because when I add the .soe file in the ArcGIS Server Manager, I get an error saying "Property pages not found".

I have created a Config.js file and a templates folder (with the html template) in a Resources folder with subfolders for each part of the namespace.
eg: /Resources/namespace/classname/Config.js

The Resources folder is added to the .soe file.

Does anybody know how to do that?

Thanks for your help.

0 Kudos
1 Reply
Dvirus
by
Occasional Contributor

Hi,

Have you looked at the samples?

There is an sample SimpleRESTSOEWithProperties

C:\Program Files\ArcGIS\EnterpriseSDK\Samples\DotNet\SimpleRESTSOEWithProperties

0 Kudos