CustomFields.CheckInCustomFields Method
Checks in the specified enterprise custom fields.
Namespace: WebSvcCustomFields
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/CustomFields/CheckInCustomFields", 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 CheckInCustomFields ( _
array As Guid(), _
force As Boolean _
)
'Usage
Dim instance As CustomFields
Dim array As Guid()
Dim force As Boolean
instance.CheckInCustomFields(array, force)
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/CustomFields/CheckInCustomFields", 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 CheckInCustomFields(
Guid[] array,
bool force
)
Parameters
- array
Type: []
Array of custom field GUIDs.
- force
Type: System.Boolean
If true, force check in.
Remarks
Project Server Permissions
Permission |
Description |
|---|---|
Modify the definitions of enterprise custom fields and lookup table values. Global permission. |
If the user did not check out the custom fields, also requires administrative permissions to force check in.