Beispiel #1
0
 // list items
 public static XmlDocument CreateList(IListsService service, string pageId, string journalEntry)
 {
     return service.Create(pageId, "Created from test");
 }