SyncDataSet.SyncItemTaskMappingsDataTable.AddSyncItemTaskMappingsRow Method (Guid, Int32, Guid)
Adds a SyncItemTaskMappingsRow object to the SyncItemTaskMappingsDataTable, by using separate parameters.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
Syntax
'Declaration
Public Function AddSyncItemTaskMappingsRow ( _
SYNC_WSS_LIST_UID As Guid, _
SYNC_WSS_LIST_ITEM_ID As Integer, _
SYNC_TASK_UID As Guid _
) As SyncDataSet.SyncItemTaskMappingsRow
'Usage
Dim instance As SyncDataSet.SyncItemTaskMappingsDataTable
Dim SYNC_WSS_LIST_UID As Guid
Dim SYNC_WSS_LIST_ITEM_ID As Integer
Dim SYNC_TASK_UID As Guid
Dim returnValue As SyncDataSet.SyncItemTaskMappingsRow
returnValue = instance.AddSyncItemTaskMappingsRow(SYNC_WSS_LIST_UID, _
SYNC_WSS_LIST_ITEM_ID, SYNC_TASK_UID)
public SyncDataSet.SyncItemTaskMappingsRow AddSyncItemTaskMappingsRow(
Guid SYNC_WSS_LIST_UID,
int SYNC_WSS_LIST_ITEM_ID,
Guid SYNC_TASK_UID
)
Parameters
- SYNC_WSS_LIST_UID
Type: System.Guid
Contains the GUID of the SharePoint task list.
- SYNC_WSS_LIST_ITEM_ID
Type: System.Int32
Contains the identifier of an item in the SharePoint task list.
- SYNC_TASK_UID
Type: System.Guid
Contains the GUID of the task in Project that corresponds to the item in the SharePoint task list.
Return Value
Type: [Project Web service].SyncDataSet.SyncItemTaskMappingsRow
Remarks
In general, developers should use the AddSyncItemTaskMappingsRow overload.
See Also
Reference
SyncDataSet.SyncItemTaskMappingsDataTable Class
SyncDataSet.SyncItemTaskMappingsDataTable Members