Web |
The WebPosting type exposes the following members.
| Name | Description | |
|---|---|---|
| WebPosting | Initializes a new instance of the WebPosting class |
| Name | Description | |
|---|---|---|
| ApprovalDate | ||
| Author | ||
| Category | Obsolete. | |
| CategoryId | ||
| Group | Obsolete. | |
| GroupId | ||
| HtmlDescription | ||
| Id |
Primary key of the NetFORUM entity.
(Inherited from NetForumEntity) | |
| IsActive | ||
| IsApproved | ||
| Message | Obsolete. | |
| Order | ||
| PostDate | ||
| RemoveDate | ||
| RevisionInformation | (Inherited from NetForumEntity) | |
| ShortDescription | ||
| Title | ||
| Website | Obsolete. | |
| WebsiteId |
| Name | Description | |
|---|---|---|
| CastToCustomEntityTEntity |
Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity) |
where wps_approval_date is not NULL and wps_post_date is not NULL and wps_post_date <= getdate() and (wps_remove_date >= getdate() or wps_remove_date is NULL)