Click or drag to resize

SortAndGroup Properties

The SortAndGroup type exposes the following members.

Properties
  NameDescription
Public propertyDocumentFormats
A semi colon separated list of the document formats to process designated by their extension.
Public propertyGroupPattern
Identifies the part of the filenames that will be used for grouping. When non empty, it defines the pattern used to identify each group according to the regex syntax as implemented by Microsoft. See http://msdn.microsoft.com/en-us/library/az24scfc.aspx. The part of the name is identified by a regex group, for example "(\d+)" would produce the groups: (AnImgDapi001.tif, AnImgFitc001.tif), (AnImgDapi002.tif, AnImgFitc002.tif) . The single number special case defines the number of objects to put in each group.
Public propertyGroupSortingOrder
Defines the type of group sorting.
Public propertyProcessSubfolders
Whether or not to process subfolders.
Public propertySortingOrder
Defines the type of global sorting.
Public propertySortPattern
Identifies the part of the filenames that will be used for sorting. If this property is empty, then the full name is used for sorting, otherwise the syntax is the regex syntax as implemented by Microsoft. See http://msdn.microsoft.com/en-us/library/az24scfc.aspx. The part of the name is identified by a regex group, for example "(\d+)" would identify the numeric end of the following strings: AnImgDapi001.tif, AnImgFitc001.tif, AnImgDapi002.tif, AnImgFitc002.tif .
Top
See Also