LookupTable.CheckInLookupTables Method

Checks in the specified custom field lookup tables.

Namespace:  WebSvcLookupTable
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/LookupTable/CheckInLookupTables", RequestNamespace := "http://schemas.microsoft.com/office/project/server/webservices/LookupTable/",  _
    ResponseNamespace := "http://schemas.microsoft.com/office/project/server/webservices/LookupTable/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub CheckInLookupTables ( _
    array As Guid(), _
    force As Boolean _
)
'Usage
Dim instance As LookupTable
Dim array As Guid()
Dim force As Boolean

instance.CheckInLookupTables(array, force)
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/LookupTable/CheckInLookupTables", RequestNamespace = "http://schemas.microsoft.com/office/project/server/webservices/LookupTable/", 
    ResponseNamespace = "http://schemas.microsoft.com/office/project/server/webservices/LookupTable/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void CheckInLookupTables(
    Guid[] array,
    bool force
)

Parameters

  • array
    Type: []
    Array of lookup table GUIDs.
  • force
    Type: System.Boolean
    Force checkin, if checked out by another user.

See Also

Reference

LookupTable Class

LookupTable Members

WebSvcLookupTable Namespace