CustomFields.CheckOutCustomFields Method
Office 2010
Checks out the specified enterprise custom fields for editing.
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/CustomFields.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/CustomFields.asmx?wsdl
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/CustomFields/CheckOutCustomFields", 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 CheckOutCustomFields( Guid[] array )
Parameters
- array
- Type: System.Guid[]
An array of custom field GUIDs.
For a code sample, see UpdateCustomFields2.
Project Server Permissions
Permission | Description |
|---|---|
Allows a user to modify the definitions of enterprise custom fields and lookup table values. Global permission. |