HI!

Guys,I'm having a hard time in using the updateUser method.. because i
can't find any method that will set and ge the username, password,
etc. in the created users.. and based on the docs. it tells that i can
use retrieveUser to use the UpdateUser.. probably because it return
UserEntry.. this is my code.
Im using C#


UserEntry myEntry = new UserEntry;
UserEntry UpdatedEntry = new UserEntry;
AppService service = new AppService;

myEntry = service.retrieveUser(user)
myEntry.getUser().setFamilyName("newuser

myEntry = service.createUser(username, givenName, familyName,
password)

//this is my problem.. is there any method that will set the new value
for a certain field (eg.familyName)
//Do i need to add some namespace and reference to have these
methods..
myEntry.getName().setFamily("newfamilyName")

updatedEntry = service.updateUser(myEntry)


THANKS!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Apps APIs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-apps-apis?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to