Share via


ConversionItemInfo.InputFile property

Specifies the path to the input file.

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

Syntax

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

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

Property value

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

Remarks

If the input file path was not specified as a string (through the AddFolder(SPFolder, SPFolder, Boolean) or the AddLibrary(SPList, SPList) methods), then 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