Difference between revisions of "CSData 1 0-getDocIcon"
From ADF Docs
| Line 5: | Line 5: | ||
public string <strong>getDocIcon</strong> ( string MIMEType ) | public string <strong>getDocIcon</strong> ( string MIMEType ) | ||
| − | == 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>MIMEType</td> | ||
| + | <td>string</td> | ||
| + | <td>The MIME type for the document</td> | ||
| + | </tr> | ||
| + | |||
| + | </table> | ||
Revision as of 03:32, 24 March 2010
Description
Returns the document Icon based on the MIME type
Signature
public string getDocIcon ( string MIMEType )
Parameters
| Required | Name | Type | Description |
| required | MIMEType | string | The MIME type for the document |