Statusing.ReadTransactionDetails(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of changes associated with the specified status update.
public:
WebSvcStatusing::StatusApprovalTransactionDetailsDataSet ^ ReadTransactionDetails(Guid updateID);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadTransactionDetails", 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.StatusApprovalTransactionDetailsDataSet ReadTransactionDetails(Guid updateID);
member this.ReadTransactionDetails : Guid -> WebSvcStatusing.StatusApprovalTransactionDetailsDataSet
Public Function ReadTransactionDetails (updateID As Guid) As StatusApprovalTransactionDetailsDataSet
Parameters
- updateID
- Guid
Unique ID of the assignment of interest.
Returns
- Attributes
Remarks
Project Server Permissions
| OpenProject | Read access to the project.Category Permission. |