Редагувати

Поділитися через


Statusing.ReadPublishedNoteForTask(Guid) Method

Definition

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

Byte[]
Attributes

Remarks

Project Server Permissions

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

Applies to