If I look at the constructor details for the FeatureLayer, it shows mode as a parameter of type <number> with the following query modes liseted:
- FeatureLayer.MODE_SNAPSHOT:
- FeatureLayer.MODE_ONDEMAND:
- FeatureLayer.MODE_SELECTION:
- FeatureLayer.MODE_AUTO:
What are the numbers that correspond to the above modes?
I can see a number of 1 for my featureLayer but don't know what that corresponds to.
Thanks,
Mele