Subtext.Framework.Providers.ObjectProvider.CreateBlog C# (CSharp) Method

CreateBlog() public abstract method

Adds the initial blog configuration. This is a convenience method for allowing a user with a freshly installed blog to immediately gain access to the admin section to edit the blog.
public abstract CreateBlog ( string title, string userName, string password, string host, string subfolder ) : bool
title string
userName string Name of the user.
password string Password.
host string
subfolder string
return bool
        public abstract bool CreateBlog(string title, string userName, string password, string host, string subfolder);

Same methods

ObjectProvider::CreateBlog ( string title, string userName, string password, string host, string subfolder, int blogGroupId ) : bool