LookupTable.DeleteLookupTables Method

Deletes 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/DeleteLookupTables", 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 DeleteLookupTables ( _
    ltGuids As Guid() _
)
'Usage
Dim instance As LookupTable
Dim ltGuids As Guid()

instance.DeleteLookupTables(ltGuids)
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/LookupTable/DeleteLookupTables", 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 DeleteLookupTables(
    Guid[] ltGuids
)

Parameters

  • ltGuids
    Type: []
    Array of lookup table GUIDs.

Remarks

Project Server Permissions

Permission

Description

ManageEnterpriseCustomFields

Modify the definitions of Enterprise custom fields and lookup table values. Global permission.

See Also

Reference

LookupTable Class

LookupTable Members

WebSvcLookupTable Namespace