removeFolderPermissions removefolderpermissions

移除檔案夾許可權。

語法

授權的使用者型別 section-bfa745624f9b43aaba6c226ac6700fe7

  • IpsAdmin
  • IpsCompanyAdmin
  • ImagePortalAdmin

參數 section-7efa68377fd846219b906d354ae64ed3

輸入(removeFolderPermissionsParam)

名稱
類型
必要
說明
companyHandle
xsd:string
具有您要移除之檔案夾許可權的公司控制代碼。
folderHandle
xsd:string
資料夾的控制代碼。
updateChildren
xsd:boolean

時間 true:

  • 許可權移除會傳播到所有檔案夾許可權作業。

時間 false:

  • 此操作只會影響指定的資料夾。

輸出(removeFolderPermissionsReturn)

IPS API未傳回此作業的回應。

範例 section-04390f0ec7cc460cb5d34d518e33e7a5

此程式碼範例從檔案夾及其子檔案夾中移除許可權。 設定 updateChildrenfalse 僅從父資料夾中移除許可權。

請求

<removeFolderPermissionsParam xmlns="http://www.scene7.com/IpsApi/xsd">
   <companyHandle>64</companyHandle>
   <folderHandle>blackmesa/Awatermark/</folderHandle>
   <updateChildren>true</updateChildren>
</removeFolderPermissionsParam>

回答

無。

recommendation-more-help
4e9b9d8c-5839-4215-aa35-01b652869681