AFNotificationContact.FindNotificationContact Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Retrieves the AFNotificationContact object with the specified unique identifier.
Overload List
| Name | Description | |
|---|---|---|
| FindNotificationContact(AFNotification, Guid) |
Retrieves the AFNotificationContact object with the specified unique identifier within
the AFNotification.
| |
| FindNotificationContact(AFNotificationTemplate, Guid) |
Retrieves the AFNotificationContact object with the specified unique identifier within
the AFNotificationTemplate.
| |
| FindNotificationContact(AFNotification, Guid, Guid) |
Retrieves the AFNotificationContact object with the specified unique identifier
and parent unique identifier within the AFNotification.
| |
| FindNotificationContact(AFNotificationTemplate, Guid, Guid) |
Retrieves the AFNotificationContact object with the specified unique identifier
and parent unique identifier within the AFNotificationTemplate.
|