CreateHtmlInfo.strThicketFolderName Property
NOTE: This API is now obsolete.
Gets or sets the location of the supporting files included as part of the results of the document conversion.
Namespace: Microsoft.HtmlTrans
Assembly: Microsoft.HtmlTrans.Interface (in Microsoft.HtmlTrans.Interface.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use CreateDCInfo instead")> _
Public Property strThicketFolderName As String
Get
Set
'Usage
Dim instance As CreateHtmlInfo
Dim value As String
value = instance.strThicketFolderName
instance.strThicketFolderName = value
[ObsoleteAttribute("Use CreateDCInfo instead")]
public string strThicketFolderName { get; set; }
Property Value
Type: System.String
A string that contains the name of the subfolder under the parent folder specified in the strMainFilePath property.
Remarks
The strThicketFolderName property contains the location of the supporting files, such as images, included as part of the results of the document conversion. The fHasThicket property specifies whether the conversion results include additional files.