ConversionJob.AddFolder method
This documentation is preliminary and is subject to change.
Converts the files in the specified input folder by using the conversion settings for the job, and places the results in the specified output folder location.
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Parameters
- inputFolder
- Type: Microsoft.SharePoint.SPFolder
An SPFolder object that specifies the input folder for the conversion job.
- outputFolder
- Type: Microsoft.SharePoint.SPFolder
An SPFolder that specifies the output folder for the conversion job.
- recursion
- Type: System.Boolean
true to indicate that files in the subfolders of the specified input folder should also be converted; otherwise, false.
NoteIf this flag is used, the directory structure is automatically recreated within the output folder.