Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The XML code in the following example is processed by the FileSystem Configuration Service Provider which will query the properties of a specific directory.
Code Example
Copy Code | |
---|---|
<Get> <CmdID>3</CmdID> <Item> <Target> <LocURI>./Vendor/MSFT/FileSystem/ {path/directory.name}?prop=Name</LocURI> </Target> </Item> </Get> <Get> <CmdID>3</CmdID> <Item> <Target> <LocURI>./Vendor/MSFT/FileSystem/ {path/directory.name}?prop=Type</LocURI> </Target> </Item> </Get> <Get> <CmdID>3</CmdID> <Item> <Target> <LocURI>./Vendor/MSFT/FileSystem/ {path/directory.name}?prop=TSTamp</LocURI> </Target> </Item> </Get> <Get> <CmdID>3</CmdID> <Item> <Target> <LocURI>./Vendor/MSFT/FileSystem/ {path/directory.name}?prop=MSFT%3ASystemAttributes</LocURI> </Target> </Item> </Get> <Get> <CmdID>3</CmdID> <Item> <Target> <LocURI>./Vendor/MSFT/FileSystem/ {path/directory.name}?prop=MSFT%3AAccessRole</LocURI> </Target> </Item> </Get> |
Remarks
One provisioning XML file typically contains configuration information for multiple configuration service providers. To use this example, you must replace the values as appropriate, and add the node as a child of the SyncBody node in an OMA DM provisioning file. For more information about the syntax of the provisioning file, see OMA DM Provisioning Files.
For this example replace the information in braces with correct values for your system. The following table shows the meaning of the information that you must replace.
String to replace | Meaning |
---|---|
{path/directory.name} |
The path and name of a directory that exists on the device. |