org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-DD6F754D-6438-4B4E-8775-7BC1A9C45330.html
changeset 229 716254ccbcc0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-DD6F754D-6438-4B4E-8775-7BC1A9C45330.html	Fri Mar 05 19:11:15 2010 -0800
@@ -0,0 +1,121 @@
+
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><meta name="copyright" content="(C) Copyright 2009"/><meta name="DC.rights.owner" content="(C) Copyright 2009"/><meta name="DC.Type" content="mobileconcept"/><meta name="DC.Title" content="Criteria for exporting landmarks"/><meta name="DC.Relation" scheme="URI" content="GUID-7C69DDA4-16F1-4A8F-BDB2-4CB0015B4E81"/><meta name="DC.Relation" scheme="URI" content="GUID-65AAF569-D347-462B-B59A-9D7CA184AB9C"/><meta name="DC.Relation" scheme="URI" content="GUID-B8845FF1-D7F6-476A-8651-8B9C12D8789F"/><meta name="DC.Relation" scheme="URI" content="GUID-A9024277-4FA2-429D-9C54-A155ED658B32"/><meta name="DC.Format" content="XHTML"/><meta name="DC.Identifier" content="GUID-DD6F754D-6438-4B4E-8775-7BC1A9C45330"/><title>Criteria for
+exporting landmarks </title><script type="text/javascript">
+      function initPage() {}
+    </script><link href="../PRODUCT_PLUGIN/book.css" rel="stylesheet" type="text/css"/><link href="css/s60/style.css" rel="stylesheet" type="text/css" media="all"/></head><body onload="initPage();"><div class="body"><div class="contentLeft prTxt"><h1 class="pageHeading" id="GUID-DD6F754D-6438-4B4E-8775-7BC1A9C45330"><span>Criteria</span> for
+exporting landmarks</h1><div>
+<p>The <code>criteria</code> object specifies the set of
+landmarks to export and optionally the source database.</p>
+<p>The <code>criteria</code> object has two main properties: <code>Type</code> and <code>Data</code>.
+These are described in the following table.</p>
+<div class="tablenoborder"><a name="GUID-F66F9BED-D568-45A8-B95D-9BD408A07712"><!----></a><table cellpadding="4" cellspacing="0" summary="" id="GUID-F66F9BED-D568-45A8-B95D-9BD408A07712" frame="border" border="1" rules="all"><caption><strong>Table: </strong><span>Criteria</span> object properties</caption>
+
+<thead align="left">
+<tr class="title "><th class="cellrowborder" valign="top" width="25%" id="d0e43061">
+<p>Property</p>
+</th><th class="cellrowborder" valign="top" width="25%" id="d0e43066">
+<p>Description</p>
+</th><th class="cellrowborder" valign="top" width="25%" id="d0e43071">
+<p>Type</p>
+</th><th class="cellrowborder" valign="top" width="25%" id="d0e43076">
+<p>Value</p>
+</th></tr>
+</thead>
+<tbody>
+<tr class="">
+<td class="cellrowborder" valign="top" width="25%" headers="d0e43061 ">
+<p><code>criteria.Type</code></p>
+</td>
+<td class="cellrowborder" valign="top" width="25%" headers="d0e43066 ">
+<p>Specifies the type of landmark information to export. This is always <code>"Landmark"</code>.</p>
+</td>
+<td class="cellrowborder" valign="top" width="25%" headers="d0e43071 ">
+<p>string</p>
+</td>
+<td class="cellrowborder" valign="top" width="25%" headers="d0e43076 ">
+<p>Possible values:</p>
+<ul>
+<li><p><code>"Landmark"</code></p></li>
+</ul>
+</td>
+</tr>
+<tr class="bg ">
+<td class="cellrowborder" valign="top" width="25%" headers="d0e43061 ">
+<p><code>criteria.Data</code></p>
+</td>
+<td class="cellrowborder" valign="top" width="25%" headers="d0e43066 ">
+<p>Specifies the landmarks to export.</p>
+</td>
+<td class="cellrowborder" valign="top" width="25%" headers="d0e43071 ">
+<p>object</p>
+</td>
+<td class="cellrowborder" valign="top" width="25%" headers="d0e43076 ">
+<p>Object with the properties specified below</p>
+</td>
+</tr>
+<tr class="">
+<td class="cellrowborder" valign="top" width="25%" headers="d0e43061 ">
+<p><code>[criteria.Data.DatabaseURI]</code></p>
+</td>
+<td class="cellrowborder" valign="top" width="25%" headers="d0e43066 ">
+<p>Specifies the URI of the landmark database from which the landmarks
+are exported.</p>
+<p>If this property is not specified, the landmarks are exported from the
+default database.</p>
+</td>
+<td class="cellrowborder" valign="top" width="25%" headers="d0e43071 ">
+<p>string</p>
+</td>
+<td class="cellrowborder" valign="top" width="25%" headers="d0e43076 ">
+<p>For example: <code>file://c:landmarks.ldb</code></p>
+</td>
+</tr>
+<tr class="bg ">
+<td class="cellrowborder" valign="top" width="25%" headers="d0e43061 ">
+<p><code>criteria.Data.DestinationFile</code></p>
+</td>
+<td class="cellrowborder" valign="top" width="25%" headers="d0e43066 ">
+<p>Specifies the full path and file name of the target file into which
+the landmarks are exported.</p>
+</td>
+<td class="cellrowborder" valign="top" width="25%" headers="d0e43071 ">
+<p>string</p>
+</td>
+<td class="cellrowborder" valign="top" width="25%" headers="d0e43076 ">
+<p>For example: <code>c:\\mylandmarks.lmx</code></p>
+</td>
+</tr>
+<tr class="">
+<td class="cellrowborder" valign="top" width="25%" headers="d0e43061 ">
+<p><code>criteria.Data.IdList</code></p>
+</td>
+<td class="cellrowborder" valign="top" width="25%" headers="d0e43066 ">
+<p>Specifies the IDs of the landmarks to export.</p>
+<p>Use the <a href="GUID-55591BBC-49F8-407D-98F5-1D2FCD5DFB34.html#GUID-55591BBC-49F8-407D-98F5-1D2FCD5DFB34"><code>GetList</code></a> method
+to retrieve these IDs.</p>
+</td>
+<td class="cellrowborder" valign="top" width="25%" headers="d0e43071 ">
+<p>array of strings</p>
+</td>
+<td class="cellrowborder" valign="top" width="25%" headers="d0e43076 ">&nbsp;</td>
+</tr>
+<tr class="bg ">
+<td class="cellrowborder" valign="top" width="25%" headers="d0e43061 ">
+<p><code>criteria.Data.MimeType</code></p>
+</td>
+<td class="cellrowborder" valign="top" width="25%" headers="d0e43066 ">
+<p>Specifies the MIME type of the target file.</p>
+<p>The supported MIME types are described in the document <a href="http://www.forum.nokia.com/info/sw.nokia.com/id/9001c8de-c19e-41a0-87d3-5be4297e4d4c/S60_Platform_Landmarks_Exchange_Specification_v1_0_en.pdf.html" target="_blank">S60 Platform: Landmarks Exchange Format Specification</a> available
+on Forum Nokia.</p>
+</td>
+<td class="cellrowborder" valign="top" width="25%" headers="d0e43071 ">
+<p>string</p>
+</td>
+<td class="cellrowborder" valign="top" width="25%" headers="d0e43076 ">
+<p>For example: <code>"application/vnd.nokia.landmarkcollection+xml"</code></p>
+</td>
+</tr>
+</tbody>
+</table></div></div></div></div><div class="footer"><hr/><div class="copy">© Nokia 2009.</div></div></body></html>
\ No newline at end of file