Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Overview


The document management parameters of a specified installation

Format


PwsDocumentManagementParameters
  • PwsDocumentManagementParameters
    • DocumentServerUrl: String
    • InstanceIdentifier: Byte

Elements


Element

Data Type

Description

Sample Data

DocumentServerUrl

String

The document server URL / address

https://docqa.projectorpsa.com/1

InstanceIdentifier

Byte

The Projector instance identifier

1

Usage Example(s)


Example 01
            <a:Parameters>
               <a:DocumentServerUrl>https://docqa.projectorpsa.com/1</a:DocumentServerUrl>
               <a:InstanceIdentifier>1</a:InstanceIdentifier>
            </a:Parameters>
  • No labels