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 - serverFileAttachmentType

Description

This type represents a file.

Properties

Name Type Occurrence Description
cafsAccessToken xs:string Optional The access token needed to access the file content from the CAFS.
contentId xs:string Optional This contains the CAFS contentId.
deletionDateTime xs:dateTime Optional Date and time of deletion (if deleted)
embeddedContentId xs:string Optional If this file is an embedded content item, such as an embedded image, then this is the ID that identifies the content within the MIME message encoding
fileDescription fileDescriptionType Optional The description of the file. Currently this is only supported for Entity File Attachments and File Sharing.
fileId xs:integer Optional The unique identifier of the file.
fileName fileNameType Required The name of the file as displayed to the user. (i.e. TheFile.txt).
fileSize xs:unsignedInt Optional The size of the file in bytes. This is not required for related write operations, but provides information when receiving file attachment information.
fileSource xs:string Required The fully qualified path to the file content. This can be any file accessible to the session or reports folder thru WebDAV service, or any other accessible web resource. For example ‘/session/myfile.doc’ or ‘http://www.hornbill.com/thefile.pdf’ or For example ‘/secure-content/inline/
folder xs:string Optional The containing folder (fully qualified folder path)
mimeType xs:string Optional The MIME type that identifies the content data. If not specified on write operations, the server will use the filename extension to establish the mime type
timeStamp xs:dateTime Optional The date/time the file was last modified.
In This Document