Gets project properties and database information.
Visual Basic |
---|
Public Function GetProjectExtendedData( _ ByVal DomainName As String, _ ByVal ProjectName As String, _ ByVal GetSchema As Integer, _ ByVal GetVersion As Integer _ ) As String |
- 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)
On success, returns an XML string containing the project properties.
The extended data is optional and returns only if selected by the user.