org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-B8869924-0E95-4543-954E-5A4246922CB4.html
changeset 229 716254ccbcc0
equal deleted inserted replaced
228:913c9751c067 229:716254ccbcc0
       
     1 
       
     2 <!DOCTYPE html
       
     3   PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
       
     4 <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="IDataSource.Organise()"/><meta name="DC.Relation" scheme="URI" content="GUID-6D7228E7-8E06-495D-85F7-A4B1716D4CDE"/><meta name="DC.Relation" scheme="URI" content="GUID-A9024277-4FA2-429D-9C54-A155ED658B32"/><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.Format" content="XHTML"/><meta name="DC.Identifier" content="GUID-B8869924-0E95-4543-954E-5A4246922CB4"/><title>IDataSource.Organise() </title><script type="text/javascript">
       
     5       function initPage() {}
       
     6     </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-B8869924-0E95-4543-954E-5A4246922CB4"><span>IDataSource.</span>Organise()</h1><div>
       
     7 <p><strong>Description:</strong></p>
       
     8 <p>The <code>Organise</code> method adds landmarks to a landmark
       
     9 category (association) or removes landmarks from a landmark category (disassociation).
       
    10 The same landmark can belong to multiple categories or to no category.</p>
       
    11 <p>This is a synchronous method.</p>
       
    12 <p><strong>Syntax:</strong></p>
       
    13 
       
    14 <pre class="codeblock" id="GUID-9FF99DA0-CC20-4E17-8B09-8D1183A79F22">result = so.IDataSource.Organise(criteria);</pre>
       
    15 <p><strong>Arguments:</strong></p>
       
    16 <ul>
       
    17 <li><p><code>criteria</code>:</p>
       
    18 
       
    19 <p>This is an object that specifies which landmarks to associate or disassociate
       
    20 and with which landmark category. For more information about the object properties
       
    21 and how to define them, see section <a href="GUID-C5E6EDA9-DDE8-44E0-99C1-2031514B3072.html#GUID-C5E6EDA9-DDE8-44E0-99C1-2031514B3072">Criteria for organizing landmarks in a landmark category</a>.</p>
       
    22 
       
    23 </li>
       
    24 </ul>
       
    25 <p><strong>Return value:</strong></p>
       
    26 <p>The <code>Organise</code> method returns an object that contains
       
    27 an error code and an error message.</p>
       
    28 <div class="tablenoborder"><a name="GUID-1B390D02-A29D-48E0-9CAC-F30E7984F1CE"><!----></a><table cellpadding="4" cellspacing="0" summary="" id="GUID-1B390D02-A29D-48E0-9CAC-F30E7984F1CE" frame="border" border="1" rules="all"><caption><strong>Table: </strong>Return value
       
    29 properties for Export</caption>
       
    30 <thead align="left">
       
    31 <tr class="title "><th class="cellrowborder" valign="top" width="33.33333333333333%" id="d0e43373">
       
    32 <p>Property</p>
       
    33 </th><th class="cellrowborder" valign="top" width="33.33333333333333%" id="d0e43378">
       
    34 <p>Description</p>
       
    35 </th><th class="cellrowborder" valign="top" width="33.33333333333333%" id="d0e43383">
       
    36 <p>Value</p>
       
    37 </th></tr>
       
    38 </thead>
       
    39 <tbody>
       
    40 <tr class="">
       
    41 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e43373 ">
       
    42 <p><code>result.ErrorCode</code></p>
       
    43 </td>
       
    44 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e43378 ">
       
    45 <p>This is a number that specifies a predefined error code.</p>
       
    46 </td>
       
    47 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e43383 ">
       
    48 <p>See <a href="GUID-0A215AF3-59F0-4158-842C-0D7B030E5EA4.html#GUID-0A215AF3-59F0-4158-842C-0D7B030E5EA4">Service API error codes</a>.</p>
       
    49 </td>
       
    50 </tr>
       
    51 <tr class="bg ">
       
    52 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e43373 ">
       
    53 <p><code>result.ErrorMessage</code></p>
       
    54 </td>
       
    55 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e43378 ">
       
    56 <p>This is a text string that describes the error.</p>
       
    57 </td>
       
    58 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e43383 ">
       
    59 <p>See <a href="GUID-4ECCCBED-DE6D-4366-B037-90E874C4DF5C.html#GUID-4ECCCBED-DE6D-4366-B037-90E874C4DF5C">Landmarks Service API error messages</a>.</p>
       
    60 </td>
       
    61 </tr>
       
    62 </tbody>
       
    63 </table></div>
       
    64 <p><strong>Remarks:</strong></p>
       
    65 <ul>
       
    66 <li><p>If no landmark database is specified, <code>Organise</code> is
       
    67 performed on the default database. If the default database does not exist,
       
    68 it is created and set active. The default database is <code>file://c:eposlm.ldb</code>.</p>
       
    69 </li>
       
    70 <li><p>For more information about landmarks, landmark categories,
       
    71 and landmark databases, see the <a href="GUID-D581028C-06ED-422D-866E-AE6C93075084.html#GUID-D581028C-06ED-422D-866E-AE6C93075084">Landmarks
       
    72 Service overview page</a>.</p></li>
       
    73 </ul>
       
    74 <p><strong>Example code:</strong></p>
       
    75 <p/>
       
    76 <p>For the complete source of a sample widget
       
    77 that demonstrates how to use this Service API, see <a href="GUID-11D59F76-EC4C-4297-B262-D5174E826B43.html#GUID-11D59F76-EC4C-4297-B262-D5174E826B43">the
       
    78 full example</a>.</p>
       
    79 
       
    80 
       
    81 </div></div></div><div class="footer"><hr/><div class="copy">© Nokia 2009.</div></div></body></html>