mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 21:37:22 +00:00
Fix indentation
This commit is contained in:
parent
f13aa0e4da
commit
71b40ad58b
@ -898,10 +898,10 @@ This example demonstrates how to unabandon a Windows Declared Configuration Docu
|
|||||||
|
|
||||||
The SyncML deletion of the document only removes the document but any settings persist on the device. This example demonstrates how to delete a document.
|
The SyncML deletion of the document only removes the document but any settings persist on the device. This example demonstrates how to delete a document.
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<SyncML xmlns="SYNCML:SYNCML1.1">
|
<SyncML xmlns="SYNCML:SYNCML1.1">
|
||||||
<SyncBody>
|
<SyncBody>
|
||||||
<Delete>
|
<Delete>
|
||||||
<CmdID>2</CmdID>
|
<CmdID>2</CmdID>
|
||||||
<Item>
|
<Item>
|
||||||
@ -912,8 +912,8 @@ The SyncML deletion of the document only removes the document but any settings p
|
|||||||
</Delete>
|
</Delete>
|
||||||
<Final/>
|
<Final/>
|
||||||
</SyncBody>
|
</SyncBody>
|
||||||
</SyncML>
|
</SyncML>
|
||||||
```
|
```
|
||||||
<!-- DeclaredConfiguration-CspMoreInfo-End -->
|
<!-- DeclaredConfiguration-CspMoreInfo-End -->
|
||||||
|
|
||||||
<!-- DeclaredConfiguration-End -->
|
<!-- DeclaredConfiguration-End -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user