Share via


ContentImporter.UpdateDeploymentType Method (DeploymentType, String)

 

Updates the given DeploymentType object by using the specified content file.

Namespace:   Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:  Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Syntax

public void UpdateDeploymentType(
    DeploymentType dt,
    string contentFile
)
public:
void UpdateDeploymentType(
    DeploymentType^ dt,
    String^ contentFile
)
Public Sub UpdateDeploymentType (
    dt As DeploymentType,
    contentFile As String
)

Parameters

  • contentFile
    Type: System.String

    Path to the content file to be used to update the DeploymentType object.

See Also

UpdateDeploymentType Overload
ContentImporter Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top