Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ProjectStatuses Enumeration

An enumerated type used to describe the status of projects. It is used in IProject.Status attribute.

public enum ProjectStatuses

Members

Member Name Description
NotStarted 0% complete.
TwentyFivePercentCompleted 25% complete.
FiftyPercentCompleted 50% complete.
SeventyFivePercentCompleted 75% complete.
Completed 100% complete.

Requirements

Namespace: Plumtree.Remote.PRC.Collaboration.Project

Assembly: idk (in idk.dll)

See Also

Plumtree.Remote.PRC.Collaboration.Project Namespace