Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IRole.RemoveCommunityMember Method 

Removes a community member type from a role.

void RemoveCommunityMember(
   int communityID,
   CommunityMemberTypes memberType
);

Parameters

communityID
The community ID the member to be removed belongs to; must be positive.
memberType
The member type of the user in the community; cannot be null.

Remarks

Note: Removing a nonexistent member will be ignored.

Exceptions

Exception Type Condition
ArgumentException The community ID is not positive.

See Also

IRole Interface | Plumtree.Remote.PRC.Collaboration.Security Namespace