Statusing.ReadStatusApprovalsInProcess(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 pending status updates approved by the specified user.
public:
WebSvcStatusing::StatusApprovalDataSet ^ ReadStatusApprovalsInProcess(Guid userID);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadStatusApprovalsInProcess", 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.StatusApprovalDataSet ReadStatusApprovalsInProcess(Guid userID);
member this.ReadStatusApprovalsInProcess : Guid -> WebSvcStatusing.StatusApprovalDataSet
Public Function ReadStatusApprovalsInProcess (userID As Guid) As StatusApprovalDataSet
Parameters
- userID
- Guid
Unique ID of user.
Returns
- Attributes
Remarks
Project Server Permissions
No permissions are required. This method reads data for only the current logged-on resource.