AFNotificationTemplate.AutoCreateOption Enumeration
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Options for automatically creating an AFNotification for an AFElement.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public enum AutoCreateOption
Public Enumeration AutoCreateOption Dim instance As AFNotificationTemplate.AutoCreateOption
public enum class AutoCreateOption
type AutoCreateOption
Members
| Member name | Value | Description | |
|---|---|---|---|
| DoNotCreate | 0 | Do not automatically create a notification for the element. | |
| AutoCreate | 1 | Automatically create a notification for the element. | |
| AutoCreateAndStart | 2 | Automatically create and start a notification for the element. | |
| Prompt | 3 | Indicates that the GUI should prompt to automatically create and/or start a notification for the element. The SDK will treat this the same as the DoNotCreate option. |
Remarks
These are the valid options for the
AFNotificationTemplate.AutoCreate property.
See the description of the AFNotificationTemplate.AutoCreate
property for more information.