Click or drag to resize

Discussion Class

Represents the Discussion object.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsIdentifiableModel
    Smartsheet.Api.ModelsDiscussion

Namespace:  Smartsheet.Api.Models
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public class Discussion : IdentifiableModel

The Discussion type exposes the following members.

Constructors
  NameDescription
Public methodDiscussion
Top
Properties
  NameDescription
Public propertyAccessLevel
User's permissions on the discussion
Public propertyComment
The comment for the discussion.
Public propertyCommentAttachments
The comment attachments.
Public propertyCommentCount
Get the number of comments in the discussion
Public propertyComments
The comments for the discussion.
Public propertyCreatedBy
User object containing name and email of the creator of the discussion
Public propertyLastCommentedAt
Time of most recent comment
Public propertyLastCommentedUser
User object containing name and email of the author of the most recent comment
Public propertyParentId
Id of the directly associated row or sheet: present only when the direct association is not clear (see Get All Discussions)
Public propertyParentType
"SHEET" or "ROW": present only when the direct association is not clear (see Get All Discussions)
Public propertyReadOnly
Indicates whether the user can modify the discussion
Public propertyTitle
the title for the discussion.
Top
See Also