WebofficePermission

Updated at: 2024-12-11 02:42
ParameterTypeDescriptionExample
ParameterTypeDescriptionExample
object

The WebOffice user permissions.

Renameboolean

Specifies whether the user has the permission to rename a file. Valid values:

  • true
  • false
Note
You can query the operation information only based a notification sent to Simple Message Queue (SMQ). A rename event is included in the notification.
true
Readonlyboolean

Specifies whether the user has read-only access to the file. Valid values:

  • true
  • false
false
Historyboolean

Specifies whether the user has the permission to view historical versions. Valid values:

  • true
  • false
true
Printboolean

Specifies whether the user has the printing permission. Valid values:

  • true
  • false
false
Exportboolean

Specifies whether the user has the permission to export the file as a PDF file. Valid values:

  • true: The user has the permission to export the file as a PDF file. If you set this parameter to true, you must set the Print parameter to true.
  • false: The user does not have the permission to export the file as a PDF file.
false
Copyboolean

Specifies whether the user has the copy permission. Valid values:

  • true
  • false
false
    Feedback