Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function AddSyncFieldMappingsRow ( _
SYNC_WSS_LIST_UID As Guid, _
SYNC_WSS_FIELD_UID As Guid, _
SYNC_WSS_FIELD_NAME As String, _
SYNC_PROJECT_FIELD_UID As Guid, _
SYNC_PROJECT_FIELD_NAME As String, _
SYNC_IS_PROJECT_CUSTOM_FIELD As Boolean _
) As SyncDataSet.SyncFieldMappingsRow
'Usage
Dim instance As SyncDataSet.SyncFieldMappingsDataTable
Dim SYNC_WSS_LIST_UID As Guid
Dim SYNC_WSS_FIELD_UID As Guid
Dim SYNC_WSS_FIELD_NAME As String
Dim SYNC_PROJECT_FIELD_UID As Guid
Dim SYNC_PROJECT_FIELD_NAME As String
Dim SYNC_IS_PROJECT_CUSTOM_FIELD As Boolean
Dim returnValue As SyncDataSet.SyncFieldMappingsRow
returnValue = instance.AddSyncFieldMappingsRow(SYNC_WSS_LIST_UID, _
SYNC_WSS_FIELD_UID, SYNC_WSS_FIELD_NAME, _
SYNC_PROJECT_FIELD_UID, SYNC_PROJECT_FIELD_NAME, _
SYNC_IS_PROJECT_CUSTOM_FIELD)
public SyncDataSet.SyncFieldMappingsRow AddSyncFieldMappingsRow(
Guid SYNC_WSS_LIST_UID,
Guid SYNC_WSS_FIELD_UID,
string SYNC_WSS_FIELD_NAME,
Guid SYNC_PROJECT_FIELD_UID,
string SYNC_PROJECT_FIELD_NAME,
bool SYNC_IS_PROJECT_CUSTOM_FIELD
)
Parameters
- SYNC_WSS_LIST_UID
Type: System.Guid
- SYNC_WSS_FIELD_UID
Type: System.Guid
- SYNC_WSS_FIELD_NAME
Type: System.String
- SYNC_PROJECT_FIELD_UID
Type: System.Guid
- SYNC_PROJECT_FIELD_NAME
Type: System.String
- SYNC_IS_PROJECT_CUSTOM_FIELD
Type: System.Boolean
Return value
Type: WebSvcProject.SyncDataSet.SyncFieldMappingsRow
Remarks
In general, developers should use the AddSyncFieldMappingsRow overload.
See also
Reference
SyncDataSet.SyncFieldMappingsDataTable class
SyncDataSet.SyncFieldMappingsDataTable members