beautypg.com

Dwfilenamefilter.getexclusionexpression(), Dwfilenamefilter.getadvancedexpression() – Adobe Dreamweaver API Reference CS5 User Manual

Page 204

background image

199

DREAMWEAVER API REFERENCE

Workspace

Last updated 8/27/2013

Arguments
None.

Returns
An array of string objects representing the extensions that are to be excluded by the filter. See also the

DWFilenameFilter.addExtensionToExclusionExpression()

” on page 199 function.

For example, {

".php", ".css", ".engine"

}

DWFilenameFilter.getExclusionExpression()

Availability
Dreamweaver CS5.

Description
This function is used to retrieve the exclusion expression.

Arguments
None.

Returns
A string containing semicolon separated values that represents the list of extensions that are excluded.

For example,

".php;.css;.engine"

DWFilenameFilter.getAdvancedExpression()

Availability
Dreamweaver CS5.

Description
This function is used to retrieve the advanced expression.

The filter can either be an advanced filter containing other wildcard inclusion filters or can be a simple filter containing
a list of file extensions to exclude.

Arguments
None.

Returns
A string containing semicolon separated values that represents the list of filters in the advanced expression.

For example,

"*.css;help*.js"

DWFilenameFilter.addExtensionToExclusionExpression()

Availability
Dreamweaver CS5.