Oracle® WebCenter Interaction Development Kit 10.3.3.0.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 The object has already been removed.

See Also

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