Contents

isMemberRecord(_:)

Determines whether a given record is a member of this group record.

Declaration

func isMemberRecord(_ inRecord: ODRecord!) throws

Parameters

  • inRecord:

    The record to test for membership.

Discussion

If this record is not a group record, this method returns false.

See Also

Managing Group Records