Difference between revisions of "CSPage 1 0-deletePage"
From ADF Docs
(→Parameters: new section) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | __NOTOC__ | |
+ | Attention: Do not change any text in the description, signature, and paramter sections. | ||
− | + | Return to [[CSPage_1_0]] | |
− | == | + | == Description == |
+ | Deletes the page based on the argument data | ||
− | Signature | + | == Signature == |
+ | public struct <strong>deletePage</strong> ( struct deletePageData ) | ||
− | == Parameters == | + | == 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>deletePageData</td> | ||
+ | <td>struct</td> | ||
+ | <td>Standard Metadata like 'PageID, SubsiteID'</td> | ||
+ | </tr> | ||
+ | |||
+ | </table> |
Latest revision as of 20:57, 8 April 2010
Attention: Do not change any text in the description, signature, and paramter sections.
Return to CSPage_1_0
Description
Deletes the page based on the argument data
Signature
public struct deletePage ( struct deletePageData )
Parameters
Required | Name | Type | Description |
required | deletePageData | struct | Standard Metadata like 'PageID, SubsiteID' |