Has anyone come up with an elegant way to raise a flag to start a child process and retrieve the child process folder id that was created? As it stands I have a method I use that queries the database looking for parent folder Id's and returns an object of all children. It would be nice if the raise flag event either had a callback method or a return value of the newly created folder. Any suggestions?