RmReference usage

Hi,

I'm using the FIM webservices default client and I'm able to get a specific person like this:

RmResource r in client.Enumerate("/Person[ObjectID = '" + objID + "']")

RmPerson user = r as RmPerson 

now, to get the Manager, should I do

RmReference managerReference = user.Manager

client.Enumerate("/Person[ObjectID = '" + managerReference .Value + "']")

Or is there a more direct way.

Many thanks,

DD

February 17th, 2015 2:57pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics