ContainingProject | The project that contains this discussion. |
CreatedDate | Gets the discussion created date. |
DefaultSecurity | Gets or sets whether to use project default security. |
Description | Gets or sets the discussion description. |
DetailsURL | Gets discussion details URL. |
EmailAddress | Gets or sets the discussion email address. |
ID | Gets the discussion ID. |
LastModifiedDate | Gets the discussion last modified date. |
Name | Gets or sets the discussion name. |
OwnerUserID | Gets the Owner ID of this discussion. |
AddModerator | Adds a user to the discussion moderator list. |
CreateDiscussionMessage | Creates and returns a discussion message. |
GetAccessLevel | Returns the object access level for a given role type. |
GetModeratorIDs | Returns an integer array of IDs of the current discussion's moderators. |
GetObjectReferences | Returns an array of IXPObjectReference. |
HasCreatedDate | Returns true if created date is available, otherwise false. |
HasLastModifiedDate | Returns true if last modified date is available, otherwise false. |
IsActionAllowed | Returns true if a given DiscussionPermissions is allowed for this discussion. |
RemoveDiscussionMessage | Removes a discussion message and all its replies. |
RemoveModerator | Removes a user from the discussion moderator list. |
SetAccessLevel | Sets the object access level for a given role type. |
Store | Stores the discussion. |
IDiscussion Interface | Plumtree.Remote.PRC.Collaboration.Discussion Namespace