Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IDocumentQuery.SetShowUnapproved Method 

Sets whether unapproved documents should be returned in query results.

void SetShowUnapproved(
   bool showUnapproved
);

Parameters

showUnapproved
True if unapproved documents should be returned in query results, false otherwise.

Remarks

Showing unapproved documents requires Edit access on the document folder. If this value is set to true, but the user does not have the required Edit access then it will reset to false.

See Also

IDocumentQuery Interface | Plumtree.Remote.PRC Namespace