SearchFileSystemCriteriaLookInExprType Property

Gets or sets the expression type for the LookIn value.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public ExpressionType LookInExprType { get; set; }

Property Value

ExpressionType

Remarks

Expressions are matched on a path part basis, ie not on the complete path. To match expressions on the complete path use inclusion/exclusion filters instead.

See Also