Syntax
| C# | Visual Basic | Visual C++ |
public class BlogSettings
Public Class BlogSettings
public ref class BlogSettings
The type exposes the following properties.
Properties
| Member | Description | |
|---|---|---|
| AlternateFeedUrl |
Gets or sets the FeedBurner user name.
| |
| AuthorName |
Gets or sets the name of the author of this blog.
| |
| Avatar |
Gets or sets a value indicating if Gravatars are enabled or not.
| |
| BlogrollMaxLength |
Gets or sets the maximum number of characters that are displayed from a blog-roll retrieved post.
| |
| BlogrollUpdateMinutes |
Gets or sets the number of minutes to wait before polling blog-roll sources for changes.
| |
| BlogrollVisiblePosts |
Gets or sets the number of posts to display from a blog-roll source.
| |
| ContactFormMessage |
Gets or sets the name of the author of this blog.
| |
| ContactThankMessage |
Gets or sets the name of the author of this blog.
| |
| Culture |
Gets or sets the name of the author of this blog.
| |
| DaysCommentsAreEnabled |
Gets or sets the number of days that a post accepts comments.
| |
| Description |
Gets or sets the description of the blog.
| |
| DisplayCommentsOnRecentPosts |
Gets or sets a value indicating if whitespace in stylesheets should be removed
| |
| DisplayRatingsOnRecentPosts |
Gets or sets a value indicating if whitespace in stylesheets should be removed
| |
Gets or sets the e-mail address notifications are sent to.
| ||
| EnableCommentSearch |
Gets or sets a value indicating if search of post comments is enabled.
| |
| EnableCommentsModeration |
Gets or sets a value indicating if comments moderation is used for posts.
| |
| EnableContactAttachments |
Gets or sets whether or not to allow visitors to send attachments via the contact form.
| |
| EnableCountryInComments |
Gets or sets a value indicating if dispay of the country of commenter is enabled.
| |
| EnableHttpCompression |
Gets or sets a value indicating if HTTP compression is enabled.
| |
| EnableOpenSearch |
Gets or sets a value indicating if whitespace in stylesheets should be removed
| |
| EnableRating |
Gets or sets a value indicating if live preview of post is displayed.
| |
| EnableReferrerTracking |
Gets or sets a value indicating if referral tracking is enabled.
| |
| EnableRelatedPosts |
Gets or sets a value indicating if related posts are displayed.
| |
| EnableSsl |
Gets or sets a value indicating if SSL is enabled for sending e-mails
| |
| Endorsement |
Gets or sets the URI of a web log that the author of this web log is promoting.
| |
| FileExtension |
The file extension used for aspx pages
| |
| GeocodingLatitude |
Gets or sets the latitude component of the geocoding position for this blog.
| |
| GeocodingLongitude |
Gets or sets the longitude component of the geocoding position for this blog.
| |
| HandleWwwSubdomain |
Gets or sets how to handle the www subdomain of the url (for SEO purposes).
| |
| HtmlHeader |
Gets or sets the name of the author of this blog.
| |
| Instance |
Gets the singleton instance of the BlogSettings class.
| |
| IsCoCommentEnabled |
Gets or sets a value indicating if CoComment support is enabled.
| |
| IsCommentsEnabled |
Gets or sets a value indicating if comments are enabled for posts.
| |
| Language |
Gets or sets the language this blog is written in.
| |
| MSSQLConnectionString |
Gets or sets the connection string used to connect to the SQL database.
| |
| Name |
Gets or sets the name of the blog.
| |
| NumberOfRecentComments |
Gets or sets the default number of recent posts to display.
| |
| NumberOfRecentPosts |
Gets or sets the default number of recent posts to display.
| |
| PostsPerFeed |
Gets or sets the maximum number of characters that are displayed from a blog-roll retrieved post.
| |
| PostsPerPage |
Gets or sets the number of posts to show an each page.
| |
| RemoveWhitespaceInStyleSheets |
Gets or sets a value indicating if whitespace in stylesheets should be removed
| |
| SearchButtonText |
Gets or sets the search button text to be displayed.
| |
| SearchCommentLabelText |
Gets or sets the search comment label text to display.
| |
| SearchDefaultText |
Gets or sets the default search text to display.
| |
| SendMailOnComment |
Gets or sets a value indicating if an enail is sent when a comment is added to a post.
| |
| ShowDescriptionInPostList |
Gets or sets a value indicating if the full post is displayed in lists or only the description/exerpt.
| |
| ShowLivePreview |
Gets or sets a value indicating if live preview of post is displayed.
| |
| SmtpPassword |
Gets or sets the password used to connect to the SMTP server.
| |
| SmtpServer |
Gets or sets the DNS name or IP address of the SMTP server used to send notification emails.
| |
| SmtpServerPort |
Gets or sets the DNS name or IP address of the SMTP server used to send notification emails.
| |
| SmtpUsername |
Gets or sets the user name used to connect to the SMTP server.
| |
| StorageLocation |
Gets or sets the default storage location for blog data.
| |
| SyndicationFormat |
Gets or sets the default syndication format used by the blog.
| |
| Theme |
Gets or sets the current theme applied to the blog.
| |
| TimeStampPostLinks |
Gets or sets whether or not to time stamp post links.
| |
| Timezone |
Gets or sets the maximum number of characters that are displayed from a blog-roll retrieved post.
| |
| TrackingScript |
Gets or sets the tracking script used to collect visitor data.
|
See Also
BlogEngine.Core Namespace