LookupTable.CheckInLookupTables method

Checks in the specified custom field lookup tables.

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

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 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