Project.QueueImportTaskLists method
Import the specified SharePoint task lists as new visibility projects.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Project/QueueImportTaskLists", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Project/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Project/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function QueueImportTaskLists ( _
taskListImportInfo As TaskListImportInfo() _
) As ImportResult()
'Usage
Dim instance As Project
Dim taskListImportInfo As TaskListImportInfo()
Dim returnValue As ImportResult()
returnValue = instance.QueueImportTaskLists(taskListImportInfo)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Project/QueueImportTaskLists", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Project/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Project/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public ImportResult[] QueueImportTaskLists(
TaskListImportInfo[] taskListImportInfo
)
Parameters
taskListImportInfo
Type: []Array of task list information objects, where each object includes the list GUID, web GUID, and project name.
Return value
Type: []
Array of import result objects for the imported projects, where each object includes the error list and Project Server Queue job GUID.
Remarks
A visibility project is visible in Project Web App, but the project management is maintained within SharePoint.
Project Server Permissions
Permission |
Description |
---|---|
Allows a user to create a new project. Global permission. |