Difference between revisions of "CSPage 1 0-deletePage"
From ADF Docs
| Line 5: | Line 5: | ||
public struct <strong>deletePage</strong> ( struct deletePageData ) | 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> | ||
Revision as of 03:15, 24 March 2010
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' |