Statusing.ReadPublishedNoteForTask(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 entire published note for the specified task in .rtf format.
public:
cli::array <System::Byte> ^ ReadPublishedNoteForTask(Guid taskid);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadPublishedNoteForTask", 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 byte[] ReadPublishedNoteForTask(Guid taskid);
member this.ReadPublishedNoteForTask : Guid -> byte[]
Public Function ReadPublishedNoteForTask (taskid As Guid) As Byte()
Parameters
- taskid
- Guid
Task unique ID
Returns
- Attributes
Remarks
Project Server Permissions
No permissions are required. This method reads data for only the current logged-on resource.