Hi,
I am using azroles.dll api for accessing AzMan in C#.NET. i am initializing the AzManStore from an xml azman store file. Then i need to modify the store by creating new applications and roles etc.. And then i have to save the changes to the same xml azman store file physically . But i could not find any api call to save the modified store back to the same xml file.
Is there any way to save the modified azman store class to physical xml file from where it is lodaded from?
Thanks in advance..
Amar
-----------------------
<Id>N8VjF2eOtkmnLXG4frzGsA==</Id
John Morrill - 01 Jun 2004 01:19 GMT
Greetings Amar!
I noticed you posted over 3 weeks ago, so you may have found the
solution.
At any rate, the AzMan API does not have an method to save the whole
store (XML file) at once.
Most of the objects, such as Tasks, Operations, Roles, etc have a Submit
method.
When you call that method, your store is saved.
Cheers!
Jon