Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Saves timeline data to the server database.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Project/UpdateServerTimelineData", 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 Sub UpdateServerTimelineData ( _
timelineType As Guid, _
tlData As String _
)
'Usage
Dim instance As Project
Dim timelineType As Guid
Dim tlData As String
instance.UpdateServerTimelineData(timelineType, _
tlData)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Project/UpdateServerTimelineData", 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 void UpdateServerTimelineData(
Guid timelineType,
string tlData
)
Parameters
timelineType
Type: System.GuidThe GUID that represents the timeline type.
tlData
Type: System.StringA string that contains timeline item and formatting data to be saved.
Remarks
Items can be removed or formatted from the timeline itself so a method is required to send that information back to the server.