getProjectDataOptionList
Retrieves Helix ALM areas users can log in to (issue management, requirements management, and test case management). A SOAP error envelope is returned if the operation fails.
Parameters
None
Return value
Value | Type |
---|---|
pProjTypes | CProjectDataOption[] |
Example
CProject proj = new CProject();
CProjectDataOption[] projOptions = ttsdk.getProjectDataOptionList();
proj.options = projOptions;