Contents

addMemberRecord(_:)

Adds a member record to this group record.

Declaration

func addMemberRecord(_ inRecord: ODRecord!) throws

Parameters

  • inRecord:

    The member record to add.

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