Specify the criteria to match files against. The classification mechanism will set the property only if all patterns and ...

Specify the criteria to match files against. The classification mechanism will set the property only if all patterns and strings are found in a file or its file system properties. Valid parameter names are:

RegularExpression: Match this regular expression using .Net syntax. The expressions are matched with multiline semantics and are case sensitive. See http://msdn.microsoft.com/en-us/library/ae5bf541.aspx for the complete specification. For example, '\d\d\d' will match any three-digit number. 
NOTE: Complex regular expressions may result in significant reductions in classification speed and consume large amounts of memory.

StringCaseSensitive: Match this case sensitive string. For example, 'Confidential' will only match 'Confidential'.

String: Match this case insensitive string. For example, 'confidential' will match 'Confidential' and 'CONFIDENTIAL'.