Statusing.ReadPublishedNoteForTask method
Gets the entire published note for the specified task in .rtf format.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadPublishedNoteForTask", 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 ReadPublishedNoteForTask ( _
taskid As Guid _
) As Byte()
'Usage
Dim instance As Statusing
Dim taskid As Guid
Dim returnValue As Byte()
returnValue = instance.ReadPublishedNoteForTask(taskid)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadPublishedNoteForTask", 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 byte[] ReadPublishedNoteForTask(
Guid taskid
)
Parameters
taskid
Type: System.GuidTask unique ID
Return value
Type: []
Remarks
Project Server Permissions
No permissions are required. This method reads data for only the current logged-on resource.