Calendar.CheckInCalendars method
Checks in the specified enterprise calendars that were previously checked out for editing exceptions.
Namespace: WebSvcCalendar
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Calendar/CheckInCalendars", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Calendar/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Calendar/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub CheckInCalendars ( _
array As Guid(), _
force As Boolean _
)
'Usage
Dim instance As Calendar
Dim array As Guid()
Dim force As Boolean
instance.CheckInCalendars(array, force)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Calendar/CheckInCalendars", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Calendar/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Calendar/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void CheckInCalendars(
Guid[] array,
bool force
)
Parameters
array
Type: []Indicates an array of unique identifiers that specify enterprise calendars.
force
Type: System.BooleanIf True, ignores any errors that occur during the checkin process and completes the checkin.
Remarks
For sample code, see UpdateCalendars(CalendarDataSet, Boolean, Boolean).