Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDiscussionMessage.Approved Property

Gets or sets the boolean which indicates if the message is approved. true if the message is approved, otherwise false.

bool Approved {get; set;}

Property Value

A boolean flag indicating whether the message is approved. Default is true.

Exceptions

Exception Type Condition
InvalidOperationException if the object has already been removed.

See Also

IDiscussionMessage Interface | Plumtree.Remote.PRC.Collaboration.Discussion Namespace