The BlogProperties type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
BlogProperties |
Empty constructor.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Fields
Name | Description | |
---|---|---|
OPEN_COMMENTS_ALWAYS |
Indicates that comments are always opened after the blog post is published.
| |
OPEN_COMMENTS_DISABLE |
Indicates that comments are closed after the blog post is published.
|
Properties
Name | Description | |
---|---|---|
AllowAnonymousComments |
Indicates whether anonymous comments are allowed.
| |
EnableSubscriptions |
Indicates whether subscription is allowed.
| |
EnableTrackbacks |
Indicates if trackbacks are enabled.
| |
EnableUserPictures |
Indicates whether user pictures should be displayed in comment detail.
| |
CheckPermissions |
Indicates whether permissions should be checked.
| |
ModerateComments |
Indicates whether comments are moderated before publishing.
| |
OpenCommentsFor |
Indicates how long are comments opened.
| |
RequireEmails |
Indicates whether e-mail is required.
| |
SendCommentsToEmail |
E-mail address the comments are sent to.
| |
ShowDeleteButton |
Indicates whether 'Delete' button should be displayed in comment view while editing comments on the live site.
| |
ShowEditButton |
Indicates whether 'Edit' button should be displayed in comment view while editing comments on the live site.
| |
StopProcessing |
Indicates whether processing should be stopped.
| |
UseCaptcha |
Indicates whether security code should be entered when inserting new comment.
| |
UserPictureMaxHeight |
User picture max height.
| |
UserPictureMaxWidth |
User picture max width.
|
See Also