Difference between revisions of "Utils 1 0-filterDirectoryQueryByType"

From ADF Docs
Jump to: navigation, search
 
Line 5: Line 5:
  
 
== Description ==  
 
== Description ==  
[[Utils_1_0|Return to Utils_1_0]]
 
 
 
Filters the query to find the CFC file name.
 
Filters the query to find the CFC file name.
  

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]