The BlogPostEdit type exposes the following members.

Properties

  Name Description
Public property AllowFileUpload
Indicates if file upload is enabled for this control.
Public property AllowHtmlInPosts Obsolete.
Allow HTML code in blog posts?
Public property EditorHeight
Editor height.
Public property EnableEmbeddedSkins
Gets or sets a value indicating whether embedded skins are enabled.
Public property EnableSyntaxHighlighter
Indicates if syntax highlighter should be enabled.
Public property EnableXSSSecurityParser
Gets or sets a value that indicates whether XSS security parser is enabled.

Note: Removes any potentially dangerous XSS HTML tags using a whitelist approach.

Public property IdentityId
Identity ID (surrogate key used for SEO) for the blog post.
Public property IsEditMode
Indicates if control is in edit or insert mode.
Public property NewPostId
Used to track the new blog post ID that is used to establish a relation with wall note posts and uploaded files for inserts (as files are uploaded before the post is entered into the database).
Public property SelectedId
Id (primary key) of the blog post entity. Used when administrative backend modules (Blog admin section) need to use the blog edit module, since they are always using the primary ID (Guid).
Public property ShowActions
Used to indicate if the panel with the action links is to be shown.
Public property ShowBlogCategories
Indicates if blog categories panel is shown.
Public property ShowBlogRoles
Indicates if blog roles panel is shown.
Public property Skin
Gets or sets a cusomt editor skin.
Public property UploadFolder
File upload folder. The following special strings can be used and will be replaced by the appropriate values: {username}, {userid}, {id}.

See Also