ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable.AddReminderSubscriptionInfoRow Method (Guid, String, Boolean, Int32, Boolean, Int32, Int32, Int32, DateTime)
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: [Notifications Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Notifications.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Notifications.asmx?wsdl
Syntax
'Declaration
Public Function AddReminderSubscriptionInfoRow ( _
ReminderUID As Guid, _
ReminderName As String, _
ReminderIsRepetitive As Boolean, _
ReminderCategory As Integer, _
IsSubscribed As Boolean, _
RecipientType As Integer, _
FrequencyPeriod As Integer, _
FrequencyValue As Integer, _
NextRun As DateTime _
) As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
'Usage
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable
Dim ReminderUID As Guid
Dim ReminderName As String
Dim ReminderIsRepetitive As Boolean
Dim ReminderCategory As Integer
Dim IsSubscribed As Boolean
Dim RecipientType As Integer
Dim FrequencyPeriod As Integer
Dim FrequencyValue As Integer
Dim NextRun As DateTime
Dim returnValue As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
returnValue = instance.AddReminderSubscriptionInfoRow(ReminderUID, _
ReminderName, ReminderIsRepetitive, _
ReminderCategory, IsSubscribed, _
RecipientType, FrequencyPeriod, _
FrequencyValue, NextRun)
public ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow AddReminderSubscriptionInfoRow(
Guid ReminderUID,
string ReminderName,
bool ReminderIsRepetitive,
int ReminderCategory,
bool IsSubscribed,
int RecipientType,
int FrequencyPeriod,
int FrequencyValue,
DateTime NextRun
)
Parameters
- ReminderUID
Type: System.Guid
- ReminderName
Type: System.String
- ReminderIsRepetitive
Type: System.Boolean
- ReminderCategory
Type: System.Int32
- IsSubscribed
Type: System.Boolean
- RecipientType
Type: System.Int32
- FrequencyPeriod
Type: System.Int32
- FrequencyValue
Type: System.Int32
- NextRun
Type: System.DateTime
Return Value
Type: [Notifications Web service].ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
See Also
Reference
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable Class
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable Members