Difference between revisions of "CSData 1 0-pageExists"
From ADF Docs
(2 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
== Description == | == Description == | ||
− | + | == Signature == | |
+ | public Boolean <strong>pageExists</strong> ( numeric subsiteID, string pageTitle, string pageName ) | ||
− | == | + | == Parameters == |
− | + | <table id="lib-params"> | |
− | + | <tr class="header"> | |
− | = | + | <td>Required</td> |
− | + | <td>Name</td> | |
− | + | <td>Type</td> | |
+ | <td>Description</td> | ||
+ | </tr> | ||
+ | |||
+ | |||
+ | <tr> | ||
+ | |||
+ | <td class="required">required</td> | ||
+ | |||
+ | <td>subsiteID</td> | ||
+ | <td>numeric</td> | ||
+ | <td></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | |||
+ | <td> </td> | ||
+ | |||
+ | <td>pageTitle</td> | ||
+ | <td>string</td> | ||
+ | <td></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | |||
+ | <td> </td> | ||
+ | |||
+ | <td>pageName</td> | ||
+ | <td>string</td> | ||
+ | <td></td> | ||
+ | </tr> | ||
+ | |||
+ | </table> |
Latest revision as of 12:38, 9 April 2010
Attention: Do not change any text in the description, signature, and paramter sections.
Return to CSData_1_0
Description
Signature
public Boolean pageExists ( numeric subsiteID, string pageTitle, string pageName )
Parameters
Required | Name | Type | Description |
required | subsiteID | numeric | |
pageTitle | string | ||
pageName | string |