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

newPage() public method

public newPage ( string blog_id, string username, string password, Subtext.Framework.XmlRpc.Post content, bool publish ) : int
blog_id string
username string
password string
content Subtext.Framework.XmlRpc.Post
publish bool
return int
        public int newPage(string blog_id, string username, string password, Post content, bool publish)
        {
            return Convert.ToInt32(PostContent(username, password, ref content, publish, PostType.Story));
        }