| 
  
           
            A complex data type that stores the results of the retrieveContent, storeContent, and getSpaceContents operations
that the Document Management service (deprecated) provides. In the
retrieveContent operation, the data type contains a document that
is retrieved during a query operation. In the storeContent operation,
the data type contains the properties of the created node. In the getSpaceContents,
the data type contains a list of
            
             CRCResult
            
            , one
for each document.
            
            For information about data that can be accessed using Xpath Expressions,
see
            
             Data items
            
            .
            
           
            
           
           
            Data items
           
            
             The data items that
             
              CRCResult
             
             variables
contain.
             
             
              
             
             
              attributeMap
             
              A
              
               
                map
               
              
              of
              
               
                string
               
              
              values
that contains the names and values of the attributes for the content.
The content has the following attributes:
              
              
               creator:
              
               The creator of the content.
              
               
               browse-link:
              
               The link to where the content is stored.
              
               
               store-protocol:
              
               The protocol of the store that is used for the content.
              
               
               title:
              
               The title that is displayed in the web client for the content.
              
               
               node-uuid:
              
               A unique identifier value for the content.
              
               
               node-type:
              
               The content type.
              
               
               folder-path:
              
               The content path, up to the parent folder.
              
               
               store-identifier:
              
               A unique identifier value for the store.
              
               
               description:
              
               The description for the content.
              
               
               resolved-path:
              
               The fully resolved path with namespaces.
              
               
             
              
             
             
              browseLink
             
              A
              
               
                string
               
              
              value
that specifies the browse link of the content. A browse link is
a URL that you can enter into a web browser to display the content.
              
             
              
             
             
              contentMimeType
             
              A
              
               
                string
               
              
              value
that specifies the MIME type of the content.
              
             
              
             
             
              creationDate
             
              A
              
               
                dateTime
               
              
              value
that represents the date on which the content was created.
              
             
              
             
             
              creator
             
              A
              
               
                string
               
              
              value
that specifies the creator of the content.
              
             
              
             
             
              document
             
              A
              
               
                document
               
              
              value
that represents the content retrieved from Content Services.
              
             
              
             
             
              folderpath
             
              A
              
               
                string
               
              
              value
that specifies the folder path of the content.
              
             
              
             
             
              modificationDate
             
              A
              
               
                dateTime
               
              
              value
that represents the date on which the content was last modified.
              
             
              
             
             
              modifier
             
              A
              
               
                string
               
              
              value
that represents the name of the user who last modified the content.
              
             
              
             
             
              nodeName
             
              A
              
               
                string
               
              
              value
that represents the name of the content.
              
             
              
             
             
              nodeType
             
              A
              
               
                string
               
              
              value
that represents the node type. It can be either content or folder.
              
             
              
             
             
              nodeUuid
             
              A
              
               
                string
               
              
              value
that represents the identifier value of the content.
              
             
              
             
             
              qualifiedNodePath
             
              A
              
               
                string
               
              
              value
that represents the fully qualified path of the content.
              
             
              
             
             
              storeName
             
              A
              
               
                string
               
              
              value
that represents the name of the store in which the content is located.
              
             
              
             
             
              storeScheme
             
              A
              
               
                string
               
              
              value
that represents the scheme of the store in which content is present.
              
             
              
             
             
              title
             
              A
              
               
                string
               
              
              value
that represents the title of the content.
              
             
              
             
             
              versionLabel
             
              A
              
               
                string
               
              
              value
that represents the version label of the content.
              
           |  |  |