ContentImporter Class
Updated: June 22, 2012
Applies To: System Center 2012 Configuration Manager
Definition of the 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 ExtensionInfo objects that are supported by ContentImporter. |
| Name | Description | |
|---|---|---|
![]() ![]() | CreateContentFromFolder(String^) | Creates content from a folder location. |
![]() | CreateDeploymentType(String^) | Creates a DeploymentType object from a content file. |
![]() | CreateDeploymentType(String^, Object^) | Creates a DeploymentType 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 DeploymentType object by using the specified content file. |
![]() | UpdateDeploymentType(DeploymentType^, String^, Object^) | Updates the given DeploymentType 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.



