CustomFields.DeleteCustomFields Method
Deletes the specified enterprise custom fields.
Namespace: WebSvcCustomFields
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/CustomFields/DeleteCustomFields", RequestNamespace := "http://schemas.microsoft.com/office/project/server/webservices/CustomFields/", _
ResponseNamespace := "http://schemas.microsoft.com/office/project/server/webservices/CustomFields/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub DeleteCustomFields ( _
CustomFieldIDs As Guid() _
)
'Usage
Dim instance As CustomFields
Dim CustomFieldIDs As Guid()
instance.DeleteCustomFields(CustomFieldIDs)
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/CustomFields/DeleteCustomFields", RequestNamespace = "http://schemas.microsoft.com/office/project/server/webservices/CustomFields/",
ResponseNamespace = "http://schemas.microsoft.com/office/project/server/webservices/CustomFields/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void DeleteCustomFields(
Guid[] CustomFieldIDs
)
Parameters
- CustomFieldIDs
Type: []
Array of custom field GUIDs.
Remarks
Project Server Permissions
Permission |
Description |
|---|---|
Modify the definitions of enterprise custom fields and lookup table values. Global permission. |