Метод CustomFields.CheckInCustomFields
Возвращает указанный корпоративных настраиваемых полей.
Пространство имен: WebSvcCustomFields
Сборка: ProjectServerServices (в ProjectServerServices.dll)
Синтаксис
'Декларация
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CustomFields/CheckInCustomFields", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/CustomFields/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/CustomFields/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub CheckInCustomFields ( _
array As Guid(), _
force As Boolean _
)
'Применение
Dim instance As CustomFields
Dim array As Guid()
Dim force As Boolean
instance.CheckInCustomFields(array, force)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CustomFields/CheckInCustomFields", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/CustomFields/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/CustomFields/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void CheckInCustomFields(
Guid[] array,
bool force
)
Параметры
array
Тип: []Массив идентификаторов GUID настраиваемого поля.
force
Тип: System.BooleanЕсли true, принудительный возврат.
Замечания
Пример кода в разделе UpdateCustomFields2.
Разрешения Project Server
Разрешение |
Описание |
---|---|
Позволяет пользователям изменять определения корпоративных настраиваемых полей и значения таблицы подстановки. Глобальное разрешение. |
Если пользователь не является извлекать настраиваемые поля, метод CheckInCustomFields также требуются разрешения администратора для принудительного возврата.