How can i read ArcGIS Server Map Service parameters in SOE

3522
1
09-07-2015 02:40 AM
PhanindraDulam1
New Contributor II

Hello,

How we can read Map service parameters when we enabling custom SOE.

As shown attached screen shot, I would like to read output directory parameter from Map Service when i am enabling SOE.

0 Kudos
1 Reply
nicogis
MVP Frequent Contributor
  IMapServer3 mapServer = this.GetMapServer();
            
                IMapServerInit mapServerInit = mapServer as IMapServerInit;

                string pathOutputAGS = mapServerInit.PhysicalOutputDirectory;

					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
0 Kudos