LookupTable.CheckOutLookupTables Method
Checks out the specified custom field lookup tables for editing.
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/CheckOutLookupTables", 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 CheckOutLookupTables ( _
array As Guid() _
)
'Usage
Dim instance As LookupTable
Dim array As Guid()
instance.CheckOutLookupTables(array)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/LookupTable/CheckOutLookupTables", 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 CheckOutLookupTables(
Guid[] array
)
Parameters
- array
Type: []
Array of lookup table GUIDs.
Remarks
Project Server Permissions
Permission |
Description |
---|---|
Allows a user to modify the definitions of Enterprise custom fields and lookup table values. Global permission. |