Monthly Archives: December 2008

Adding a Folder to the Live Mesh Desktop

  The following appears to be the minimum code required to add a folder to the Live Mesh Desktop. static void AddFolderToLiveDesktop(LiveOperatingEnvironment loe, String folderName){     Mesh mesh = loe.Mesh;      MeshObject meshObject = new MeshObject();     meshObject.Resource.Title = folderName;     meshObject.Resource.Type = … Continue reading

Posted in Uncategorized | 1 Comment