LookupTable.CheckInLookupTables Method

Checks in the specified custom field lookup tables.

Namespace:  [LookupTable Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/LookupTable.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/LookupTable.asmx?wsdl

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/LookupTable/CheckInLookupTables", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/LookupTable/",  _
    ResponseNamespace := "https://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("https://schemas.microsoft.com/office/project/server/webservices/LookupTable/CheckInLookupTables", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/LookupTable/", 
    ResponseNamespace = "https://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<System.Guid[]
    Array of lookup table GUIDs.
  • force
    Type: System.Boolean
    Force checkin, if checked out by another user.

See Also

Reference

LookupTable Class

LookupTable Members

LookupTable Web Service