Share via


AppManUtilities.ImportContent Method

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Microsoft.ConfigurationManagement.AdminConsole.AppManFoundation
Assembly: AdminUI.AppManFoundation (in AdminUI.AppManFoundation.dll)

Usage

'Usage
Dim importer As ContentImporter
Dim contentLocation As String
Dim conObj As Object
Dim errorMessage As String
Dim returnValue As DeploymentType

returnValue = AppManUtilities.ImportContent(importer, contentLocation, conObj, errorMessage)

Syntax

'Declaration
Public Shared Function ImportContent ( _
    importer As ContentImporter, _
    contentLocation As String, _
    conObj As Object, _
    <OutAttribute> ByRef errorMessage As String _
) As DeploymentType
public static DeploymentType ImportContent (
    ContentImporter importer,
    string contentLocation,
    Object conObj,
    out string errorMessage
)
public:
static DeploymentType^ ImportContent (
    ContentImporter^ importer, 
    String^ contentLocation, 
    Object^ conObj, 
    [OutAttribute] String^% errorMessage
)
public static DeploymentType ImportContent (
    ContentImporter importer, 
    String contentLocation, 
    Object conObj, 
    /** @attribute OutAttribute() */ /** @ref */ String errorMessage
)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

AppManUtilities Class
AppManUtilities Members
Microsoft.ConfigurationManagement.AdminConsole.AppManFoundation Namespace