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

AF SDK Reference

AFNotificationContactTemplate.LoadNotificationContactTemplates Method (IList(AFNotificationContactTemplate))

AFNotificationContactTemplate.LoadNotificationContactTemplates Method (IList(AFNotificationContactTemplate))

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFNotificationContactTemplate.LoadNotificationContactTemplates Method (IList(AFNotificationContactTemplate))
Loads the specified list AFNotificationContactTemplate objects.

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

Syntax

public static void LoadNotificationContactTemplates(
	IList<AFNotificationContactTemplate> notificationContactTemplates
)
Public Shared Sub LoadNotificationContactTemplates ( 
	notificationContactTemplates As IList(Of AFNotificationContactTemplate)
)

Dim notificationContactTemplates As IList(Of AFNotificationContactTemplate)

AFNotificationContactTemplate.LoadNotificationContactTemplates(notificationContactTemplates)
public:
static void LoadNotificationContactTemplates(
	IList<AFNotificationContactTemplate^>^ notificationContactTemplates
)
static member LoadNotificationContactTemplates : 
        notificationContactTemplates : IList<AFNotificationContactTemplate> -> unit 

Parameters

notificationContactTemplates
Type: System.Collections.GenericIListAFNotificationContactTemplate
The list of cases to be fully loaded. If , then this method does nothing. All cases in the list must be from the same PISystem.

Remarks

Fully loads the specified list AFNotificationContactTemplate objects from the server into the client. This will ensure that the cases in the list are fully loaded to avoid a call to the server to load each of the notification contact templates individually.

Version Information

AFSDK


See Also

TitleResults for “How to create a CRG?”Also Available in