CProjectDataOption
Contains the name of a Helix ALM area that a user can log in to. An array of this type is used in CProject to specify the access a SOAP user has to the project.
Note: Areas users can have access to and license types were renamed in Helix ALM 2017.1. To preserve backward compatibility, the SDK uses 'TestTrack Pro' for issue management, 'TestTrack RM' for requirements management, and 'TestTrack TCM' for test case management.
Fields
Field | Type | Description |
---|---|---|
name | string | Name of a Helix ALM area. Valid values: TestTrack Pro (for issue management), TestTrack TCM (for test case management), or TestTrack RM (for requirements management). Use getProjectDataOptionList to retrieve a list. |
Returned by
getProjectDataOptionList (ArrayOfCProjectDataOption)
Used in
CProject (ArrayOfCProjectDataOption)