CreateHtmlInfo.strMainFilePath Property
NOTE: This API is now obsolete.
Gets or sets the location 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 strMainFilePath As String
Get
Set
'Usage
Dim instance As CreateHtmlInfo
Dim value As String
value = instance.strMainFilePath
instance.strMainFilePath = value
[ObsoleteAttribute("Use CreateDCInfo instead")]
public string strMainFilePath { get; set; }
Property Value
Type: System.String
A string that contains the file path specified in URL format (for example, https://server_name/site_name/file_name ).
Remarks
The strMainFilePath property contains the location of the main HTML file generated by the document conversion. The strMainFileName property specifies the name of the file.