The LoadFromXml Windows Management Instrumentation (WMI) class method, in Configuration Manager, loads a task sequence into WMI objects from task sequence XML.
![]() |
---|
In future releases of Configuration Manager, LoadFromXml will be deprecated. |
The following syntax is simplified from Managed Object Format (MOF) code and defines the method.
SMS_TaskSequence LoadFromXml( String Xml ); |
Parameters
- Xml
- Data type: StringQualifiers: [in]The task sequence XML to use to build the WMI objects.
Return Values
An SMS_TaskSequence Server WMI Class object.
For information about handling returned errors, see About Configuration Manager Errors.
Remarks
Your application uses this method to import XML from an outside provider, for example, the user interface. It builds and returns WMI object model based on the represented task sequence.
![]() |
---|
You should not make changes to task sequences by using the XML. Rather, you should use the task sequence object model to create and edit task sequences. For more information, see Operating System Deployment Task Sequence Object Model. |
![]() |
---|
Use the SetSequence Method in Class SMS_TaskSequencePackage method to add a task sequence to a task sequence package. |
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.
See Also
Send comments about this topic to Microsoft.