[NetForumBusinessObjectAttribute("Web Posting")]
public class WebPosting : NetForumEntity
<NetForumBusinessObjectAttribute("Web Posting")>
Public Class WebPosting
Inherits NetForumEntity
[NetForumBusinessObjectAttribute(L"Web Posting")]
public ref class WebPosting : public NetForumEntity
[<NetForumBusinessObjectAttribute("Web Posting")>]
type WebPosting =
class
inherit NetForumEntity
end
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)
WebPosting | Initializes a new instance of the WebPosting class |
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 |
CastToCustomEntityTEntity |
Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity) |