addMemberRecord(_:)
Adds a member record to this group record.
Declaration
func addMemberRecord(_ inRecord: ODRecord!) throws
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