DeploymentServiceCom.ActivateApplicationExtension Method

Definition

Activates an application extension.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 void ActivateApplicationExtension(System::String ^ textualSubId, System::String ^ deploymentProviderUrl, System::String ^ targetAssociatedFile);
public void ActivateApplicationExtension (string textualSubId, string deploymentProviderUrl, string targetAssociatedFile);
member this.ActivateApplicationExtension : string * string * string -> unit
Public Sub ActivateApplicationExtension (textualSubId As String, deploymentProviderUrl As String, targetAssociatedFile As String)

Parameters

textualSubId
String

The internal ID of the deployment.

deploymentProviderUrl
String

The URL of the deployment.

targetAssociatedFile
String

The target file.

Applies to