Table of Contents
DumpEntity is a command-line sample that given a specific entity id displays all property values including related item's names.
The VersionOne application parameters maybe specified on the command-line or configured via an app.config file. The following details the options available in the config file.
Table 1. Configuration Parameters
| Parameter | Description |
|---|---|
| Url | URL to the VersionOne server you wish to connect to |
| UserName | A valid VersionOne user in the system specifed by Url. |
| Password | Password for this user |
The following command-line arguments are available:
Table 2. Command Line Arguments
| Switch | Description |
|---|---|
| /u:<URL> | URL to the VersionOne server you wish to connect to. Overrides the URL defined in the app.config. |
| /l:<UserName> | A valid VersionOne user in the system specifed by Url. Overrides the UserName defined in the app.config. |
| /p:<Password> | Password for this user. Overrides the Password defined in the app.config. |
| <EntityID> | ID of the entity to display. This is the only required argument. |