I have a map service that contains many groups of layers such as:
Group1
Layer
Layer
Layer
Group2
Layer
Layer
Layer
I only want this application to load a specific group (e.g. Group2). I can find desired group by looping through the LayerInfo, but I don't know how to set it up. Any ideas?
Thanks,
Glen