コード例 #1
0
 public string PostRssFeed(string ProfileType)
 {
     string str = "";
     try
     {
         Api.RssFeeds.RssFeeds objRssFeed = new Api.RssFeeds.RssFeeds();
         str = objRssFeed.PostRssfeed(ProfileType);
     }
     catch (Exception ex)
     {
         str = ex.Message;
     }
     return str;
 }
コード例 #2
0
        public string PostRssFeed(string ProfileType)
        {
            string str = "";

            try
            {
                Api.RssFeeds.RssFeeds objRssFeed = new Api.RssFeeds.RssFeeds();
                str = objRssFeed.PostRssfeed(ProfileType);
            }
            catch (Exception ex)
            {
                str = ex.Message;
            }
            return(str);
        }