LookupTable.DeleteLookupTables Method
Deletes 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/DeleteLookupTables", 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 DeleteLookupTables ( _
ltGuids As Guid() _
)
'Usage
Dim instance As LookupTable
Dim ltGuids As Guid()
instance.DeleteLookupTables(ltGuids)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/LookupTable/DeleteLookupTables", 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 DeleteLookupTables(
Guid[] ltGuids
)
Parameters
- ltGuids
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. |