Share via


ContentImporter.UpdateDeploymentType Method (DeploymentType, String, Object)

 

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 abstract void UpdateDeploymentType(
    DeploymentType dt,
    string contentFile,
    object context
)
public:
virtual void UpdateDeploymentType(
    DeploymentType^ dt,
    String^ contentFile,
    Object^ context
) abstract
Public MustOverride Sub UpdateDeploymentType (
    dt As DeploymentType,
    contentFile As String,
    context As Object
)

Parameters

  • contentFile
    Type: System.String

    Path to the content file to use to update the DeploymentType object.

  • context
    Type: System.Object

    context object - connection to local SMS site  .

See Also

UpdateDeploymentType Overload
ContentImporter Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top