This topic has not yet been rated - Rate this topic

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.

Namespace:  Microsoft.Office.Word.Server.Conversions
Assembly:  Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
public void AddFolder(
	SPFolder inputFolder,
	SPFolder outputFolder,
	bool recursion
)

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.
NoteNote

If this flag is used, the directory structure is automatically recreated within the output folder.

Did you find this helpful?
(1500 characters remaining)

Community Additions

© 2013 Microsoft. All rights reserved.