SearchFileSystemCriteriaLookInExprType Property
Gets or sets the expression type for the
LookIn value.
Namespace: Mythicsoft.Search.CoreAssembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
public ExpressionType LookInExprType { get; set; }
public:
property ExpressionType LookInExprType {
ExpressionType get ();
void set (ExpressionType value);
}
Property Value
ExpressionType
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.