Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IProjectManager.GetCommunityProject Method 

Gets the user's personal project.

IProject GetCommunityProject(
   int communityID
);

Parameters

communityID
The community ID; must be positive.

Return Value

Thedefault project for the specified communityID, or null if the community has no project..

Exceptions

Exception Type Condition
ArgumentException The projectID is not > 0.
PermissionDeniedException The user does not have rights to retrieve the community project.*
CollaborationException The method call resulted in an error.
SoapException There was a communication problem during the execution of the remote method call.

See Also

IProjectManager Interface | Plumtree.Remote.PRC.Collaboration.Project Namespace