Synchronize -filemask in .NET Assembly?
Hi, what is the equivalent scripting command of filemask in .NET Assembly as shown below?
Script:
synchronize -filemask="*.doc*<2012-02-01; *.ppt*<2012-02-01" local "C:\TEST\docs" "/docs"
In .NET assembly, what will be the filemask command?
synchronizationResult =
session.SynchronizeDirectories(
SynchronizationMode.Local, @"C:\TEST\docs", "/docs", false);
Thank you.
Script:
synchronize -filemask="*.doc*<2012-02-01; *.ppt*<2012-02-01" local "C:\TEST\docs" "/docs"
In .NET assembly, what will be the filemask command?
synchronizationResult =
session.SynchronizeDirectories(
SynchronizationMode.Local, @"C:\TEST\docs", "/docs", false);
Thank you.