Statusing.ReadSummaryTaskPath method
Gets the summary task hierarchy for the specified task.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadSummaryTaskPath", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Statusing/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Statusing/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadSummaryTaskPath ( _
p0 As Guid _
) As SummaryTaskPathDataSet
'Usage
Dim instance As Statusing
Dim p0 As Guid
Dim returnValue As SummaryTaskPathDataSet
returnValue = instance.ReadSummaryTaskPath(p0)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadSummaryTaskPath", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Statusing/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Statusing/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public SummaryTaskPathDataSet ReadSummaryTaskPath(
Guid p0
)
Parameters
p0
Type: System.GuidUnique ID of the task in question.
Return value
Type: WebSvcStatusing.SummaryTaskPathDataSet
Remarks
Project Server Permissions
No permissions are required. This method reads data for only the current logged-on resource.