속성 배열을 사용하여 속성 집합을 업데이트합니다.
구문
IpsUser
IpsAdmin
IpsCompanyAdmin
TrialSiteAdmin
TrialSiteUser
ImagePortalAdmin
ImagePortalUser
ImagePortalContrib
ImagePortalContribUser
입력(updatePropertySetParam)
이름 | 유형 | 필수 | 설명 |
---|---|---|---|
setHandle | xsd:string |
예 | 속성 집합에 대한 핸들입니다. |
replaceProperties | xsd:string |
아니요 | 다음으로 설정 true 속성을 바꿉니다. |
propertyArray | types:PropertyArray |
예 | 속성 집합에 대해 업데이트된 속성의 배열입니다. |
출력(updatePropertySetReturn)
IPS API는 이 작업에 대한 응답을 반환하지 않습니다.
이 코드 샘플은 속성 배열의 속성을 사용하여 속성 집합을 업데이트합니다.
요청
<updatePropertySetParam xmlns="http://www.scene7.com/IpsApi/xsd/2008-01-15">
<setHandle>ps|941</setHandle>
<replaceProperties>true</replaceProperties>
<propertyArray>
<items>
<name>application_project_whatever</name>
<value>false</value>
</items>
<items>
<name>application_server_prefix_published_test</name>
<value>http://s7teton.macromedia.com:8080/is/image/</value>
</items>
<items>
<name>application_server_prefix_origin_test</name>
<value>http://s7teton:8080/is/image/</value>
</items>
</propertyArray>
</updatePropertySetParam>
응답
없음.