ALM Site Administratation Client Type Library
GetProjectExtendedData Method
DomainName
The domain name.

ProjectName
The project name.

GetSchema

If the schema (database tables) is returned you can use the following constants or their values:

  • SA_FALSE (value: 0)
  • SA_TRUE (value: 1)

GetVersion

If the project version and language is returned you can use the following constants or their values:

  • SA_FALSE (value: 0)
  • SA_TRUE (value: 1)

Description

Gets project properties and database information.

Syntax

Visual Basic
Public Function GetProjectExtendedData( _
   ByVal DomainName As String, _
   ByVal ProjectName As String, _
   ByVal GetSchema As Integer, _
   ByVal GetVersion As Integer _
) As String

Parameters

DomainName
The domain name.

ProjectName
The project name.

GetSchema

If the schema (database tables) is returned you can use the following constants or their values:

  • SA_FALSE (value: 0)
  • SA_TRUE (value: 1)

GetVersion

If the project version and language is returned you can use the following constants or their values:

  • SA_FALSE (value: 0)
  • SA_TRUE (value: 1)

Return Type

On success, returns an XML string containing the project properties.

The extended data is optional and returns only if selected by the user.

Example

See Also

Send documentation feedback to HP.