Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The document management parameters of for a specified installation.

Format


Panel
titlePwsDocumentManagementParameters
  • PwsDocumentManagementParameters
    • DocumentServerUrl: String
    • InstanceIdentifier: Byte

Elements


Element

Data Type

Description

Sample Data

DocumentServerUrl

String

The document server URL / address. This is the address that can be used for retrieving and posting documents (workspace attachments, resource resumes, issue attachments, etc.)/

https://docqa.projectorpsa.com/1

InstanceIdentifier

Byte

The Projector instance identifier.

1

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
            <a:Parameters>
               <a:DocumentServerUrl>https://docqa.projectorpsa.com/1</a:DocumentServerUrl>
               <a:InstanceIdentifier>1</a:InstanceIdentifier>
            </a:Parameters>