ContentImporter Class

 

Updated: September 20, 2016

Applies To: System Center Configuration Manager (current branch)

ContentImporter abstract class.

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

System.Object
  Microsoft.ConfigurationManagement.ApplicationManagement.ContentImporter

public abstract class ContentImporter

NameDescription
System_CAPS_protmethodContentImporter()

Initializes a new instance of the ContentImporter class.

NameDescription
System_CAPS_pubpropertyController

System_CAPS_pubpropertyFileTypes

List of objects that are supported by ContentImporter.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateContentFromFolder(String)

Creates content from a folder location.

System_CAPS_pubmethodCreateDeploymentType(String)

Creates a object from a content file.

System_CAPS_pubmethodCreateDeploymentType(String, Object)

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

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodSystem_CAPS_staticSetDefaultValues(DeploymentType)

 

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_protmethodSystem_CAPS_staticUpdateContent(Content, Content)

 

System_CAPS_protmethodSystem_CAPS_staticUpdateContents(IList<Content>, IList<Content>)

 

System_CAPS_pubmethodUpdateDeploymentType(DeploymentType, String)

Updates the given object by using the specified content file.

System_CAPS_pubmethodUpdateDeploymentType(DeploymentType, String, Object)

Updates the given object by using the specified content file.

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

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

Return to top
Show: