CreateHtmlInfo.rgstrThicketFileNames Property
NOTE: This API is now obsolete.
Gets or sets the name of the additional supporting files, if any, 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 rgstrThicketFileNames As String()
Get
Set
'Usage
Dim instance As CreateHtmlInfo
Dim value As String()
value = instance.rgstrThicketFileNames
instance.rgstrThicketFileNames = value
[ObsoleteAttribute("Use CreateDCInfo instead")]
public string[] rgstrThicketFileNames { get; set; }
Property Value
Type: []
A string that contains an array of the names of the additional supporting files, if any.
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.