Difference between revisions of "Utils 1 0-filterDirectoryQueryByType"

From ADF Docs
Jump to: navigation, search
Line 1: Line 1:
 +
__NOTOC__
 +
Attention: Do not change any text in the description, signature, and paramter sections.
 +
 +
Return to [[Utils_1_0]]
 +
 
== Description ==  
 
== Description ==  
 
[[Utils_1_0|Return to Utils_1_0]]
 
[[Utils_1_0|Return to Utils_1_0]]

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

Return to Utils_1_0

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]