ProjectWSSInfoDataSet.ProjWssInfoDataTable.AddProjWssInfoRow Method
Adds a ProjWssInfoRow object to the ProjWssInfoDataTable.
Namespace: WebSvcWssInterop
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Sub AddProjWssInfoRow ( _
row As ProjectWSSInfoDataSet.ProjWssInfoRow _
)
'Usage
Dim instance As ProjectWSSInfoDataSet.ProjWssInfoDataTable
Dim row As ProjectWSSInfoDataSet.ProjWssInfoRow
instance.AddProjWssInfoRow(row)
public void AddProjWssInfoRow(
ProjectWSSInfoDataSet.ProjWssInfoRow row
)
Parameters
- row
Type: WebSvcWssInterop.ProjectWSSInfoDataSet.ProjWssInfoRow
The row to add for Windows SharePoint Services information about the project workspace.
Remarks
The AddProjWssInfoRow method signature is overloaded as follows:
Third-party developers should use the overload that has a single ProjectWSSInfoDataSet.ProjWssInfoRow parameter, for example, AddProjWssInfoRow(ProjectWSSInfoDataSet.ProjWssInfoRow row).
The Object Explorer in Microsoft Visual Studio shows another overload which uses individual parameters for all fields in ProjWssInfoRow. The overload is used internally.
public ProjWssInfoRow AddProjWssInfoRow( System.Guid WSS_SERVER_UID, System.Guid PROJECT_UID, string PROJECT_WORKSPACE_URL, string PROJECT_ISSUES_URL, string PROJECT_RISKS_URL, string PROJECT_DOCUMENTS_URL, string PROJECT_WORKSPACE_NAME, string PROJECT_WORKSPACE_VSERVER_URL, string PROJECT_NAME, string PROJECT_COMMITMENTS_URL, int WSS_PWA_ADMIN_ROLE_ID, int WSS_PWA_PROJECT_MANAGER_ROLE_ID, int WSS_PWA_TEAM_MEMBER_ROLE_ID, int WSS_PWA_READER_ROLE_ID)
See Also
Reference
ProjectWSSInfoDataSet.ProjWssInfoDataTable Class