Edit

Share via


Statusing.ReadAssignmentHistory(Guid, AssnHistoryItemType) Method

Definition

Gets the transaction history of a specified assignment, task, or transaction.

public:
 WebSvcStatusing::AssnHistoryDataSet ^ ReadAssignmentHistory(Guid itemid, WebSvcStatusing::AssnHistoryItemType itemtype);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadAssignmentHistory", 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.AssnHistoryDataSet ReadAssignmentHistory(Guid itemid, WebSvcStatusing.AssnHistoryItemType itemtype);
member this.ReadAssignmentHistory : Guid * WebSvcStatusing.AssnHistoryItemType -> WebSvcStatusing.AssnHistoryDataSet
Public Function ReadAssignmentHistory (itemid As Guid, itemtype As AssnHistoryItemType) As AssnHistoryDataSet

Parameters

itemid
Guid

Unique ID of assignment, task, or transaction.

itemtype
AssnHistoryItemType

AssnHistoryItemType object indicating the item type.

Returns

Attributes

Remarks

Project Server Permissions

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

Applies to