relatedAppEntityIdentifier
The identifier of the related indexed entity for this searchable item’s attribute set.
Declaration
var relatedAppEntityIdentifier: EntityIdentifier? { get set }Discussion
Use this property to associate a child searchable item such as an attachment or embedded content with its parent IndexedEntity instance.
Only an identifier reference is stored. No entity content is embedded in the child item.
Setting this property again replaces the previously set identifier.