WebPosting Class

Represents a NetFORUM Web Posting

Definition

Namespace: Ignition.Communication
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumBusinessObjectAttribute("Web Posting")]
public class WebPosting : NetForumEntity
Inheritance
Object    NetForumEntity    WebPosting

Example

In baseline eWeb, there are multiple instances of retrieving Web Postings with the following criteria, and these criteria inform our decisions about the Approved property and IsActive method:
C#
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)

Constructors

WebPostingInitializes a new instance of the WebPosting class

Properties

ApprovalDate 
Author 
CategoryObsolete.
CategoryId 
GroupObsolete.
GroupId 
HtmlDescription 
Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
IsActive 
IsApproved 
MessageObsolete.
Order 
PostDate 
RemoveDate 
RevisionInformation
(Inherited from NetForumEntity)
ShortDescription 
Title 
WebsiteObsolete.
WebsiteId 

Methods

CastToCustomEntityTEntity Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity)

See Also