Click or drag to resize

ScriptingCommandsSortAndGroup Property

Sort and group documents or files by their name.

Namespace:  MediaCy.Automation.Automate
Assembly:  MediaCy.Automation (in MediaCy.Automation.dll) Version: 1.0.0.0
Syntax
VB
Public Shared ReadOnly Property SortAndGroup ( 
	parent As McCommand
) As SortAndGroup
	Get

Parameters

parent
Type: MediaCy.IQL.ApplicationMcCommand

Property Value

Type: SortAndGroup
Remarks
The input is a list of object which can contain the paths of files and directories as well as documents. Directories are expanded to file lists according to the specified extensions and recursivity options. The output is either a sorted list of individual files and documents, or a list of lists when grouping is performed.
See Also