Share via


Discussion Object

Discussion
Multiple objects

Contains information about a Discussion list in a Microsoft FrontPage Web site.

This object is supported only by Web pages or sites that are based on Microsoft Windows SharePoint Services.

Using the Discussion object

Use the Item property for the Lists collection to return a single Discussion object. The following example assumes the first list in the active Web site is a Discussion object, and then returns it.

Dim objDiscussion As Discussion

Set objDiscussion = ActiveWeb.Lists(0)

Properties | AllowAttachments Property | AllowModerate Property | Application Property | DefaultViewPage Property | Description Property | DesignSecurity Property | DisplayForm Property | EditForm Property | EditSecurity Property | Fields Property | Folder Property | IsHidden Property | IsModified Property | Name Property | NewForm Property | Parent Property | ReadOnly Property | ReadSecurity Property | Type Property | ViewPages Property | Web Property

Methods | ApplyChanges Method

Parent Objects

Child Objects | ListFields Object | Web Object | WebFolder Object