Select to view content in your preferred language

API to modify the Feature Access of a CLU in a GIS Server in ArcCatalog

1411
2
09-10-2013 09:46 AM
danHillman
Deactivated User
I know how to manually adjust the Feature Access operations (Create,Delete,Query,Update) for a given CLU on a GIS Server accessed through ArcCatalog.  I would like to do the same thing through C# code.  Does anyone know if this is possible, and if so, can you provide some pointers or examples to get me started?

thanks
0 Kudos
2 Replies
AnttiKajanus1
Deactivated User
See following operations:
And capabilities parameters
[TABLE="class: table, width: 1255"][TD="colspan: 1"]capabilities[/TD]
[TD="colspan: 1"]The capabilities of the service. The domains of these values are specific to each service type.
[/TD]

[/TABLE]
0 Kudos
danHillman
Deactivated User
excellent - this is exactly what I was looking for but couldn't find.  Thanks
0 Kudos