Project.ReadServerTimelineData method

Returns the items that are currently displayed on the connected timeline plus any special formatting data which has been set by the user.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Project/ReadServerTimelineData", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Project/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Project/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadServerTimelineData ( _
    timelineType As Guid _
) As String
'Usage
Dim instance As Project
Dim timelineType As Guid
Dim returnValue As String

returnValue = instance.ReadServerTimelineData(timelineType)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Project/ReadServerTimelineData", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Project/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Project/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public string ReadServerTimelineData(
    Guid timelineType
)

Parameters

  • timelineType
    Type: System.Guid

    The GUID that represents the timeline type.

Return value

Type: System.String
A string that contains timeline data and any special formatting data.

See also

Reference

Project class

Project members

WebSvcProject namespace