BlogML.BlogMLWriterBase.WriteStartBlog C# (CSharp) Method

WriteStartBlog() protected method

protected WriteStartBlog ( string title, string subTitle, string rootUrl ) : void
title string
subTitle string
rootUrl string
return void
        protected void WriteStartBlog(string title, string subTitle, string rootUrl)
        {
            WriteStartBlog(title, ContentTypes.Text, subTitle, ContentTypes.Text, rootUrl, DateTime.Now);
        }

Same methods

BlogMLWriterBase::WriteStartBlog ( string title, ContentTypes titleContentType, string subTitle, ContentTypes subTitleContentType, string rootUrl, System.DateTime dateCreated ) : void
BlogMLWriterBase::WriteStartBlog ( string title, string subTitle, string rootUrl, System.DateTime dateCreated ) : void