-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: Android_1.0
-
Fix Version/s: Android 2.0
-
Component/s: Android SDK
public Document getChild(DocRef docRef, String name) throws Exception
{ return (Document) session.newRequest(GetDocumentChildren).setInput( docRef).set("name", name).execute(); }