コード例 #1
0
ファイル: TestSPWebsProxy.cs プロジェクト: killbug2004/WSProf
        public void TestGetWebCollection()
        {
            SPWebsProxy proxy = new SPWebsProxy(SITE_URL2);
            KeyValuePair<string, string>[] webs = proxy.GetWebCollection();

            Assert.IsNotNull(webs);
        }