IPreprocessor ValidFor Method SquishIt API Documentation
Report to caller whether preprocessor is active for provided file extension.

Namespace: SquishIt.Framework
Assembly: SquishIt.Framework (in SquishIt.Framework.dll) Version: 0.9.5.0 (0.9.5.0)
Syntax

bool ValidFor(
	string extension
)

Parameters

extension
Type: OnlineSystem String
Extension caller has found on a file.

Return Value

Type: OnlineBoolean
bool
See Also