CreateHtmlInfo.strMainFileName Property
NOTE: This API is now obsolete.
Gets or sets the name of the main HTML file generated by the document conversion.
Namespace: Microsoft.HtmlTrans
Assembly: Microsoft.HtmlTrans.Interface (in Microsoft.HtmlTrans.Interface.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use CreateDCInfo instead")> _
Public Property strMainFileName As String
Get
Set
'Usage
Dim instance As CreateHtmlInfo
Dim value As String
value = instance.strMainFileName
instance.strMainFileName = value
[ObsoleteAttribute("Use CreateDCInfo instead")]
public string strMainFileName { get; set; }
Property Value
Type: System.String
A string that contains the name of the main output file.
Remarks
The rgstrThicketFileNames property contains the name of the additional supporting files, if any, generated by the document conversion. The strThicketFolderName property specifies the location of the files.
The strMainFileName property contains the name of the main HTML file generated by the document conversion. The strMainFilePath property specifies the location of the file.