Share via


Discussion Object Members

SharePoint Designer Developer Reference

Contains information about a Discussion list in a Web site.

Methods

  Name Description
ApplyChanges Applies changes made to a Discussion object.

Properties

  Name Description
AllowAttachments Sets or returns a Boolean that represents whether a list allows attachments.
AllowModerate Sets or returns a Boolean that represents whether to allow using the moderation setting in a list.
Application Returns an Application object that represents the 2nd_SPDesignerGeneric application.
DefaultViewPage Returns or sets a String that defines the relative URL to the page that is viewed when the list is opened.
Description Returns or sets a String that represents the description for a list.
DesignSecurity Returns or sets a ListDesignSecurity constant that defines the security permissions of a discussion list.
DisplayForm Returns or sets a String that represents the relative URL of the form that contains the user interface associated with a discussion list.
EditForm Returns or sets a String that represents the relative URL of the form used for editing a discussion list in 1st_SPDesigner12.
EditSecurity Returns or sets a ListEditSecurity constant that determines which users can edit a discussion list.
Fields Returns a ListFields collection that represents all fields in a discussion list.
Folder Returns a WebFolder object that represents the parent folder that contains the discussion list.
ID Returns a String that represents an identification for a discussion. Read-only.
IsHidden Sets or returns a Boolean that represents whether to display a list in the browser.
IsModified Returns a Boolean that represents whether a list has been changed since the last time the list was updated.
Name Returns a String that represents the name assigned to a list.
NewForm Returns or sets a String that represents the form used for adding new content to a discussion list in a Web site based on Microsoft Windows SharePoint Services.
Parent Returns an Object that represents the parent object of the specified object. Read-only.
ReadOnly Returns a Boolean that indicates whether a discussion list has read-only permissions. True indicates that the discussion list cannot be modified by the user.
ReadSecurity Returns or sets a ListReadSecurity constant that represents which users can read the information in a discussion list.
Type Returns an ListType constant value of ListTypeDiscussion that specifies that the list is a discussion list.
ViewPages Returns a String array that represents a list of pages that contain a view for the list.
Web Returns a Web object that represents the parent Web site for a discussion list.