ALM Site Administration API Type Library
EnableExtensionsForProject Method
Description
Enables extensions for the specified project.
Syntax
Visual Basic
Public Function EnableExtensionsForProject( _
   ByVal DomainName As String, _
   ByVal ProjectName As String, _
   ByVal vExtensionNames As Variant _
) As String
Parameters
DomainName
The logical group of projects in the ALM database.
ProjectName
The name of the project in the ALM database.
vExtensionNames
A safe array containing the names of the extensions to enable or a BSTR containing a name of a single extension.
See Also