C# (CSharp) Subtext.Framework Namespace

Nested Namespaces

Subtext.Framework.Components
Subtext.Framework.Configuration
Subtext.Framework.Data
Subtext.Framework.Email
Subtext.Framework.Exceptions
Subtext.Framework.Format
Subtext.Framework.Logging
Subtext.Framework.Providers
Subtext.Framework.Security
Subtext.Framework.Services
Subtext.Framework.Syndication
Subtext.Framework.Text
Subtext.Framework.Threading
Subtext.Framework.Tracking
Subtext.Framework.UI
Subtext.Framework.UrlManager
Subtext.Framework.Util
Subtext.Framework.Web
Subtext.Framework.XmlRpc
Subtext.Framework.com

Classes

Name Description
Archives Static class used to get collections of archived posts (by month and year and category) from the data provider.
BlogAlias
BlogAssemblyConfigException
BlogFailedPostException
BlogInfo
BlogSkinException
CommentFilter Class used to filter incoming comments. This will get replaced with a plugin once the plugin architecture is complete, but the logic will probably get ported.
ContentCache This is a replacement for the Cache object. Use this when caching content. This ensures content is cached according to key and Locale.
Enclosures
Entries Static class used to get entries (blog posts, comments, etc...) from the data store.
ExtendedPropertiesOverFlowException
HostInfo Represents the system, and its settings, that hosts the blogs within this Subtext installation.
IllegalPostCharactersException
Images
ImportManager Summary description for ImportManager.
InstallationManager Class used to help make determine whether an installation is required or not.
MetaTags Static class used to retrieve meta tags from the data store. MetaTags are simple enough that generic collections are used instead of custom MetaTag objects.
NamespaceDoc
Stats Class used for managing stats. Provides facilities for queing stats. This is used for trackbacks and pingbacks.
Stats.ProcessStats
Tags Static class used to retrieve tags from the data store. Tags are simple enough that generic collections are used instead of custom Tag objects.
VersionInfo Class used to manage version information regarding Subtext.