DocumentWithContent Data Type

A Document with content Date: 2009-maj-14 Time: 14:21:30

Namespace
http://www.visionproject.se/service/VisionProjectService-v2/type
Schema
type.xsd
Properties
name data type type namespace min/max occurs description
fileContent base64Binary element 0/1  
Properties inherited from Document
checksum string element 0/1 Get checksum
createdBySystemUserId int element 1/1 Get createdBySystemUserId
dateCreated dateTime element 0/1 Get dateCreated
dateModified dateTime element 0/1 Get dateModified
description string element 0/1 Get description
documentSize long element 1/1 Get documentSize
folderId int element 1/1 Get folderId
fullPath string element 0/1 Get fullPath
hashCode string element 0/1 Get hashCode
inheritPermissions boolean element 1/1 Get inheritPermissions
inheritPermissionsHasBeenSet boolean element 1/1 Get inheritPermissionsHasBeenSet
inheritSupportCenterFlag boolean element 1/1 Get inheritSupportCenterFlag
inheritSupportCenterFlagHasBeenSet boolean element 1/1 Get inheritSupportCenterFlagHasBeenSet
isFolder boolean element 1/1 Get isFolder
isFolderHasBeenSet boolean element 1/1 Get isFolderHasBeenSet
isLinkedProjectDocument boolean element 1/1  
lockedBySystemUserId int element 1/1 Get lockedBySystemUserId
modifiedBySystemUserId int element 1/1 Get modifiedBySystemUserId
name string element 0/1 Get name
numberOfFiles int element 1/1 Get numberOfFiles
numberOfFolders int element 1/1 Get numberOfFolders
originalCheckSum string element 0/1 Method getOriginalCheckSum
permissionForCustomers string element 0/1 Get permissionForCustomers
permissionForUsers string element 0/1 Get permissionForUsers
permissionType int element 1/1 Get permissionType
permissionValue string element 0/1 Get permissionValue
permissionValueReadOnly string element 0/1 Get permissionValueReadOnly
primaryKey int element 1/1 Get primaryKey
supportCenterFlag int element 1/1 Get supportCenterFlag

Example

<d----- xmlns="http://www.visionproject.se/service/VisionProjectService-v2/type">
  <fileContent>...</fileContent>
  <checksum>...</checksum>
  <createdBySystemUserId>...</createdBySystemUserId>
  <dateCreated>...</dateCreated>
  <dateModified>...</dateModified>
  <description>...</description>
  <documentSize>...</documentSize>
  <folderId>...</folderId>
  <fullPath>...</fullPath>
  <hashCode>...</hashCode>
  <inheritPermissions>...</inheritPermissions>
  <inheritPermissionsHasBeenSet>...</inheritPermissionsHasBeenSet>
  <inheritSupportCenterFlag>...</inheritSupportCenterFlag>
  <inheritSupportCenterFlagHasBeenSet>...</inheritSupportCenterFlagHasBeenSet>
  <isFolder>...</isFolder>
  <isFolderHasBeenSet>...</isFolderHasBeenSet>
  <isLinkedProjectDocument>...</isLinkedProjectDocument>
  <lockedBySystemUserId>...</lockedBySystemUserId>
  <modifiedBySystemUserId>...</modifiedBySystemUserId>
  <name>...</name>
  <numberOfFiles>...</numberOfFiles>
  <numberOfFolders>...</numberOfFolders>
  <originalCheckSum>...</originalCheckSum>
  <permissionForCustomers>...</permissionForCustomers>
  <permissionForUsers>...</permissionForUsers>
  <permissionType>...</permissionType>
  <permissionValue>...</permissionValue>
  <permissionValueReadOnly>...</permissionValueReadOnly>
  <primaryKey>...</primaryKey>
  <supportCenterFlag>...</supportCenterFlag>
</d----->