Редагувати

Поділитися через


Statusing.ReadSummaryTaskPath(Guid) Method

Definition

Gets the summary task hierarchy for the specified task.

public:
 WebSvcStatusing::SummaryTaskPathDataSet ^ ReadSummaryTaskPath(Guid p0);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadSummaryTaskPath", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped, RequestNamespace="http://schemas.microsoft.com/office/project/server/webservices/Statusing/", ResponseNamespace="http://schemas.microsoft.com/office/project/server/webservices/Statusing/", Use=System.Web.Services.Description.SoapBindingUse.Literal)]
public WebSvcStatusing.SummaryTaskPathDataSet ReadSummaryTaskPath(Guid p0);
member this.ReadSummaryTaskPath : Guid -> WebSvcStatusing.SummaryTaskPathDataSet
Public Function ReadSummaryTaskPath (p0 As Guid) As SummaryTaskPathDataSet

Parameters

p0
Guid

Unique ID of the task in question.

Returns

Attributes

Remarks

Project Server Permissions

No permissions are required. This method reads data for only the current logged-on resource.

Applies to