The BlogPostEdit type exposes the following members.

Constructors

  Name Description
Public method BlogPostEdit
Initializes a new instance of the BlogPostEdit class

Methods

  Name Description
Public method BindData
Binds the individual blog post data to editor controls.
(Overrides BaseBlogPart..::..BindData()()()().)
Protected method btnCancel_Click
Protected method btnSave_Click
Public method Static member GetSafeSlug
Public method OnCancel
Initiates cancel method.
Protected method OnInit (Overrides BaseBlogPart..::..OnInit(EventArgs).)
Protected method OnLoad (Overrides BasePart..::..OnLoad(EventArgs).)
Protected method OnPreRender (Overrides BasePart..::..OnPreRender(EventArgs).)
Public method OnSave
Initiates save method.
Protected method OnSaved
Raised before the save event.
Protected method OnSaving
Raised before the save event.

Extension Methods

  Name Description
Public Extension Method ConvertTo(Type) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)()()()() Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)(TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method GetCurrentStackTrace
Gets current stack trace information.
(Defined by ObjectExtension.)
Public Extension Method GetDebugInformation
Gets the debug information for currently executing code.
(Defined by ObjectExtension.)
Public Extension Method GetExecutingMethodName
Gets the executing method name.
(Defined by ObjectExtension.)
Public Extension Method GetPagerTemplate
Gets pager template.
(Defined by ControlExtension.)
Public Extension Method GetPropertyType
Gets a property type.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyValue
Gets a property or field value from the object (Dot notation enabled).
(Defined by ObjectExtension.)
Public Extension Method PropertyExists
Check if property exists.
(Defined by ObjectExtension.)
Public Extension Method SetPropertyValue
Sets a property or field value to the object (Dot notation enabled).
(Defined by ObjectExtension.)

Fields

  Name Description
Protected field blogManageCategories
blogManageCategories control.
Protected field btnCancel
btnCancel control.
Protected field btnSave
btnSave control.
Protected field chkCategories
chkCategories control.
Protected field chkIsCommentAllowed
chkIsCommentAllowed control.
Protected field chkIsPublished
chkIsPublished control.
Protected field chkRoles
chkRoles control.
Protected field ctlFileGallery
ctlFileGallery control.
Protected field ctlUpload
ctlUpload control.
Protected field labMessage
labMessage control.
Protected field lblAttachments
lblAttachments control.
Protected field lblCategories
lblCategories control.
Protected field lblContent
lblContent control.
Protected field lblDatePublished
lblDatePublished control.
Protected field lblDescription
lblDescription control.
Protected field lblIsCommentAllowed
lblIsCommentAllowed control.
Protected field lblIsPublished
lblIsPublished control.
Protected field lblRoles
lblRoles control.
Protected field lblTitle
lblTitle control.
Protected field lnkCategories
lnkCategories control.
Protected field plhActions
plhActions control.
Protected field plhBlogAttachments
plhBlogAttachments control.
Protected field pnlCategories
pnlCategories control.
Protected field pnlCategoriesEdit
pnlCategoriesEdit control.
Protected field pnlContainer
pnlContainer control.
Protected field pnlRoles
pnlRoles control.
Protected field pnlUpdateCategories
pnlUpdateCategories control.
Protected field radContent
radContent control.
Protected field requiredTitle
requiredTitle control.
Protected field scriptManagerProxy
scriptManagerProxy control.
Protected field summary
summary control.
Protected field tags
tags control.
Protected field txtDatePublished
txtDatePublished control.
Protected field txtDescription
txtDescription control.
Protected field txtTitle
txtTitle control.
Protected field validationHandler
validationHandler control.

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}.

Events

  Name Description
Public event BlogPostCanceled
Public event BlogPostSaved

See Also