Subtext.Framework.XmlRpc.MetaWeblog.GetRecentPosts C# (CSharp) Method

GetRecentPosts() private method

private GetRecentPosts ( string appKey, string blogid, string username, string password, int numberOfPosts ) : BloggerPost[]
appKey string
blogid string
username string
password string
numberOfPosts int
return BloggerPost[]
        public BloggerPost[] GetRecentPosts(string appKey, string blogid, string username, 
            string password, int numberOfPosts)
        {
            throw new XmlRpcFaultException(0, "You are most likely getting this message because you are using w.bloggar or trying to access Blogger API support in .Text--only metaWeblog API is currently supported. If your issue is w.bloggar, read on.\n\nw.bloggar does not correctly implement the metaWeblog API.\n\nIt is trying to call blogger.getRecentPosts, which does not exist in the metaWeblog API. Contact w.bloggar and encourage them to fix this bug.\n\nIn the meantime, to workaround this, go to the Account Properties dialog and hit 'Reload Blogs List'. This should clear the issue temporarily on w.bloggars side.");
        }