Share via


ContentImporter.CreateContentFromFolder Method (String)

 

Creates content from a folder location.

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

Syntax

public static Content CreateContentFromFolder(
    string contentFolder
)
public:
static Content^ CreateContentFromFolder(
    String^ contentFolder
)
Public Shared Function CreateContentFromFolder (
    contentFolder As String
) As Content

Parameters

  • contentFolder
    Type: System.String

    Location of the content folder.

Return Value

Type: Microsoft.ConfigurationManagement.ApplicationManagement.Content

Returns Content.

See Also

ContentImporter Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top