Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFNotificationContact.FindNotificationContact Method (AFNotificationTemplate, Guid)

AFNotificationContact.FindNotificationContact Method (AFNotificationTemplate, Guid)

  • Last UpdatedJan 12, 2026
  • 2 minute read
AFNotificationContact.FindNotificationContact Method (AFNotificationTemplate, Guid)
Retrieves the AFNotificationContact object with the specified unique identifier within the AFNotificationTemplate.

Namespace:  OSIsoft.AF.Notification
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7

Syntax

public static AFNotificationContact FindNotificationContact(
	AFNotificationTemplate template,
	Guid id
)
Public Shared Function FindNotificationContact ( 
	template As AFNotificationTemplate,
	id As Guid
) As AFNotificationContact

Dim template As AFNotificationTemplate
Dim id As Guid
Dim returnValue As AFNotificationContact

returnValue = AFNotificationContact.FindNotificationContact(template, 
	id)
public:
static AFNotificationContact^ FindNotificationContact(
	AFNotificationTemplate^ template, 
	Guid id
)
static member FindNotificationContact : 
        template : AFNotificationTemplate * 
        id : Guid -> AFNotificationContact 

Parameters

template
Type: OSIsoft.AF.NotificationAFNotificationTemplate
The AFNotificationTemplate to search for the AFNotificationContact identified by the specified id parameter.
id
Type: SystemGuid
The unique identifier of the AFNotificationContact to search for in the specified template.

Return Value

Type: AFNotificationContact
Returns the AFNotificationContact identified by the id in the specified template.

Remarks

The AFNotificationContact of the specified template is returned.

Version Information

AFSDK


See Also

In This Topic