Syntax

         
 C#  Visual Basic  Visual C++ 
public class BlogSettings
Public Class BlogSettings
public ref class BlogSettings

The type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Public propertyAlternateFeedUrl
Gets or sets the FeedBurner user name.
Public propertyAuthorName
Gets or sets the name of the author of this blog.
Public propertyAvatar
Gets or sets a value indicating if Gravatars are enabled or not.
Public propertyBlogrollMaxLength
Gets or sets the maximum number of characters that are displayed from a blog-roll retrieved post.
Public propertyBlogrollUpdateMinutes
Gets or sets the number of minutes to wait before polling blog-roll sources for changes.
Public propertyBlogrollVisiblePosts
Gets or sets the number of posts to display from a blog-roll source.
Public propertyContactFormMessage
Gets or sets the name of the author of this blog.
Public propertyContactThankMessage
Gets or sets the name of the author of this blog.
Public propertyCulture
Gets or sets the name of the author of this blog.
Public propertyDaysCommentsAreEnabled
Gets or sets the number of days that a post accepts comments.
Public propertyDescription
Gets or sets the description of the blog.
Public propertyDisplayCommentsOnRecentPosts
Gets or sets a value indicating if whitespace in stylesheets should be removed
Public propertyDisplayRatingsOnRecentPosts
Gets or sets a value indicating if whitespace in stylesheets should be removed
Public propertyEmail
Gets or sets the e-mail address notifications are sent to.
Public propertyEnableCommentSearch
Gets or sets a value indicating if search of post comments is enabled.
Public propertyEnableCommentsModeration
Gets or sets a value indicating if comments moderation is used for posts.
Public propertyEnableContactAttachments
Gets or sets whether or not to allow visitors to send attachments via the contact form.
Public propertyEnableCountryInComments
Gets or sets a value indicating if dispay of the country of commenter is enabled.
Public propertyEnableHttpCompression
Gets or sets a value indicating if HTTP compression is enabled.
Public propertyEnableOpenSearch
Gets or sets a value indicating if whitespace in stylesheets should be removed
Public propertyEnableRating
Gets or sets a value indicating if live preview of post is displayed.
Public propertyEnableReferrerTracking
Gets or sets a value indicating if referral tracking is enabled.
Public propertyEnableRelatedPosts
Gets or sets a value indicating if related posts are displayed.
Public propertyEnableSsl
Gets or sets a value indicating if SSL is enabled for sending e-mails
Public propertyEndorsement
Gets or sets the URI of a web log that the author of this web log is promoting.
Public propertyFileExtension
The file extension used for aspx pages
Public propertyGeocodingLatitude
Gets or sets the latitude component of the geocoding position for this blog.
Public propertyGeocodingLongitude
Gets or sets the longitude component of the geocoding position for this blog.
Public propertyHandleWwwSubdomain
Gets or sets how to handle the www subdomain of the url (for SEO purposes).
Public propertyHtmlHeader
Gets or sets the name of the author of this blog.
Public propertyStatic memberInstance
Gets the singleton instance of the BlogSettings class.
Public propertyIsCoCommentEnabled
Gets or sets a value indicating if CoComment support is enabled.
Public propertyIsCommentsEnabled
Gets or sets a value indicating if comments are enabled for posts.
Public propertyLanguage
Gets or sets the language this blog is written in.
Public propertyMSSQLConnectionString
Gets or sets the connection string used to connect to the SQL database.
Public propertyName
Gets or sets the name of the blog.
Public propertyNumberOfRecentComments
Gets or sets the default number of recent posts to display.
Public propertyNumberOfRecentPosts
Gets or sets the default number of recent posts to display.
Public propertyPostsPerFeed
Gets or sets the maximum number of characters that are displayed from a blog-roll retrieved post.
Public propertyPostsPerPage
Gets or sets the number of posts to show an each page.
Public propertyRemoveWhitespaceInStyleSheets
Gets or sets a value indicating if whitespace in stylesheets should be removed
Public propertySearchButtonText
Gets or sets the search button text to be displayed.
Public propertySearchCommentLabelText
Gets or sets the search comment label text to display.
Public propertySearchDefaultText
Gets or sets the default search text to display.
Public propertySendMailOnComment
Gets or sets a value indicating if an enail is sent when a comment is added to a post.
Public propertyShowDescriptionInPostList
Gets or sets a value indicating if the full post is displayed in lists or only the description/exerpt.
Public propertyShowLivePreview
Gets or sets a value indicating if live preview of post is displayed.
Public propertySmtpPassword
Gets or sets the password used to connect to the SMTP server.
Public propertySmtpServer
Gets or sets the DNS name or IP address of the SMTP server used to send notification emails.
Public propertySmtpServerPort
Gets or sets the DNS name or IP address of the SMTP server used to send notification emails.
Public propertySmtpUsername
Gets or sets the user name used to connect to the SMTP server.
Public propertyStorageLocation
Gets or sets the default storage location for blog data.
Public propertySyndicationFormat
Gets or sets the default syndication format used by the blog.
Public propertyTheme
Gets or sets the current theme applied to the blog.
Public propertyTimeStampPostLinks
Gets or sets whether or not to time stamp post links.
Public propertyTimezone
Gets or sets the maximum number of characters that are displayed from a blog-roll retrieved post.
Public propertyTrackingScript
Gets or sets the tracking script used to collect visitor data.

See Also

BlogEngine.Core Namespace