Share via


ConversionItemInfo.OutputFile property

Specifies the path to the output file.

Namespace:  Microsoft.Office.Word.Server.Conversions
Assembly:  Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)

Syntax

'Declaration
Public Property OutputFile As String
    Get
    Friend Set
'Usage
Dim instance As ConversionItemInfo
Dim value As String

value = instance.OutputFile
public string OutputFile { get; internal set; }

Property value

Type: System.String
The path to the output file.

Remarks

If the output file path was not specified as a string (through the AddFolder(SPFolder, SPFolder, Boolean) or the AddLibrary(SPList, SPList) methods), the default access mapping to the file is used to generate the string.

See also

Reference

ConversionItemInfo class

ConversionItemInfo members

Microsoft.Office.Word.Server.Conversions namespace