ContentImporter Class
Updated: September 20, 2016
Applies To: System Center Configuration Manager (current branch)
ContentImporter abstract class.
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)
| Name | Description | |
|---|---|---|
![]() | ContentImporter() | Initializes a new instance of the ContentImporter class. |
| Name | Description | |
|---|---|---|
![]() | Controller | |
![]() | FileTypes | List of objects that are supported by ContentImporter. |
| Name | Description | |
|---|---|---|
![]() ![]() | CreateContentFromFolder(String) | Creates content from a folder location. |
![]() | CreateDeploymentType(String) | Creates a object from a content file. |
![]() | CreateDeploymentType(String, Object) | Creates a object from a content file and a context object. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() ![]() | SetDefaultValues(DeploymentType) |
|
![]() | ToString() | (Inherited from Object.) |
![]() ![]() | UpdateContent(Content, Content) |
|
![]() ![]() | UpdateContents(IList<Content>, IList<Content>) |
|
![]() | UpdateDeploymentType(DeploymentType, String) | Updates the given object by using the specified content file. |
![]() | UpdateDeploymentType(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.



