|
FolderDocument.MergeRulesSet object
Prototype for FolderDocument.MergeRulesSet objects SyntaxTo create an empty FolderDocument.MergeRulesSet, call this: var mrs = new FolderDocument.MergeRulesSet (); To create a FolderDocument.MergeRulesSet which solves all situations with the same action: var mrs = new FolderDocument.MergeRulesSet (action_string); Parametersaction_string. Item Resolution Action string. Describes which action to do for a set of items. Property Ofnone. Implemented InECMerge 2.1 DescriptionFolderDocument.MergeRulesSet objects let you define which solution to give for each particular merge case. It is used in combination with the FolderDocument.resolve function. PropertiesEach property of this class define a 'comparison case',
these are Item
Resolution Class strings. Methodsnone. ExamplesExample 1.Builds an action which tells to keep the most recent file in any case: var mrs = new FolderDocument.MergeRulesSet ("most-recent"); See Also
|
|