Difference between revisions of "Utils 1 0-filterDirectoryQueryByType"

From ADF Docs
Jump to: navigation, search
(Description)
 
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Description ==
+
__NOTOC__
 +
Attention: Do not change any text in the description, signature, and paramter sections.
  
Description
+
Return to [[Utils_1_0]]
 +
 
 +
== Description ==
 +
Filters the query to find the CFC file name.
 +
 
 +
== Signature ==
 +
public query <strong>filterDirectoryQueryByType</strong> ( query dirQuery, string whereCondValue, string whereOperator, string queryType )
 +
 
 +
== 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>dirQuery</td>
 +
<td>query</td>
 +
<td></td>
 +
</tr>
 +
 +
<tr>
 +
 +
<td>&nbsp;</td>
 +
 +
<td>whereCondValue</td>
 +
<td>string</td>
 +
<td></td>
 +
</tr>
 +
 +
<tr>
 +
 +
<td class="required">optional</td>
 +
 +
<td>whereOperator</td>
 +
<td>string</td>
 +
<td>[Default: LIKE] </td>
 +
</tr>
 +
 +
<tr>
 +
 +
<td>&nbsp;</td>
 +
 +
<td>queryType</td>
 +
<td>string</td>
 +
<td>[Default: File] </td>
 +
</tr>
 +
 +
</table>

Latest revision as of 13:59, 9 April 2010

Attention: Do not change any text in the description, signature, and paramter sections.

Return to Utils_1_0

Description

Filters the query to find the CFC file name.

Signature

public query filterDirectoryQueryByType ( query dirQuery, string whereCondValue, string whereOperator, string queryType )

Parameters

Required Name Type Description
required dirQuery query
  whereCondValue string
optional whereOperator string [Default: LIKE]
  queryType string [Default: File]