Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

Complex Types - davFolderRightsType

Description

This type defines the WebDAV folder rights.

Properties

Name Type Occurrence Description
canAddFiles xs:boolean Optional Can add files to the folder
canCreateFolders xs:boolean Optional Can create folders in this folder
canDeleteFiles xs:boolean Optional Can delete files in this folder
canDeleteFolders xs:boolean Optional Can delete folders in this folder
canListFiles xs:boolean Optional Can view properties of files in the folder
canMoveFolder xs:boolean Optional Can move this folder to another location
canReadFiles xs:boolean Optional Can read a file in the folder
canRenameFolders xs:boolean Optional Can rename folders in this folder
canUpdateFiles xs:boolean Optional Can update files in this folder
In This Document