Hi,
I'm looking for a way to determine privileges and display of a silverlight client layer to specific rows in a feature table in the SDE at runtime. For instance, let assume I have a table containing 10 rows. User 'A' at a certain point in time might have privileges to rows 1-4 and the day after user 'B' might have access to rows 3-10.
I've thought about a solution (stated below) which didn't satisfy my requierments:
I had created a FeatureLayer at the server and sent it to the client as JSON. This option isn't viable because of the FeatureLayer poor capabilities. For example, complex polygons symbology (such as labels) isn't supported using FeatureLayers.
Any ideas?
Thanks in advance,
Gilad Segal