Share via


ContentImporter.CreateDeploymentType Method (String)

 

Creates a DeploymentType object from a content file.

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

Syntax

public DeploymentType CreateDeploymentType(
    string contentFile
)
public:
DeploymentType^ CreateDeploymentType(
    String^ contentFile
)
Public Function CreateDeploymentType (
    contentFile As String
) As DeploymentType

Parameters

  • contentFile
    Type: System.String

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

Return Value

Type: Microsoft.ConfigurationManagement.ApplicationManagement.DeploymentType

Returns DeploymentType.

See Also

CreateDeploymentType Overload
ContentImporter Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top