Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ICommunityManager.GetCommunityParentId Method 

Gets the Parent ID for a given community.

int GetCommunityParentId(
   int communityID
);

Parameters

communityID
The community ID for the community to get the parent id for.

Return Value

The Parent ID of the given community.

Remarks

Exceptions

Exception Type Condition
PortalException The operation resulted in an error on the portal.
RemoteException There was a communication problem during the execution of the remote method call.

See Also

ICommunityManager Interface | Plumtree.Remote.PRC Namespace