removeMemberRecord(_:)
Removes a record as a member of this group record.
Declaration
func removeMemberRecord(_ inRecord: ODRecord!) throws
Parameters
- inRecord:
The member record.
Discussion
This method produces an error if this record is not a group record, or if inRecord is not an appropriate type.
See Also
Managing Group Records