Share via


ContentImporter Class

 

Applies To: System Center 2012 Configuration Manager

Definition of the ContentImporter abstract class.

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

Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.ApplicationManagement.ContentImporter

Syntax

public abstract class ContentImporter
public ref class ContentImporter abstract 
Public MustInherit Class ContentImporter

Constructors

Name Description
System_CAPS_protmethod ContentImporter()

Initializes a new instance of the ContentImporter class.

Properties

Name Description
System_CAPS_pubproperty Controller

System_CAPS_pubproperty FileTypes

List of ExtensionInfo objects that are supported by ContentImporter.

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static CreateContentFromFolder(String)

Creates content from a folder location.

System_CAPS_pubmethod CreateDeploymentType(String)

Creates a DeploymentType object from a content file.

System_CAPS_pubmethod CreateDeploymentType(String, Object)

Creates a DeploymentType object from a content file and a context object.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodSystem_CAPS_static SetDefaultValues(DeploymentType)

 

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_protmethodSystem_CAPS_static UpdateContent(Content, Content)

 

System_CAPS_protmethodSystem_CAPS_static UpdateContents(IList<Content>, IList<Content>)

 

System_CAPS_pubmethod UpdateDeploymentType(DeploymentType, String)

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

System_CAPS_pubmethod UpdateDeploymentType(DeploymentType, String, Object)

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

Remarks

Installer technologies can inherit from this class to provide custom import from content functionality for an installer.

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.

See Also

Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top