Click or drag to resize

ContentQueryFilterIsValid Method

Returns true if the filter is valid. Check that the column exists, with a valid type, and also checks the value's type.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public bool IsValid(
	ContentType ct
)

Parameters

ct
Type: Packflow.ModelingContentType

Return Value

Type: Boolean
See Also