CreateDCInfo.SupportingFolderName Property
Reserved for internal use. Gets or sets the name of the folder where the additional files got created.
Namespace: Microsoft.HtmlTrans
Assembly: Microsoft.HtmlTrans.Interface (in Microsoft.HtmlTrans.Interface.dll)
Syntax
'Declaration
Public Property SupportingFolderName As String
Get
Set
'Usage
Dim instance As CreateDCInfo
Dim value As String
value = instance.SupportingFolderName
instance.SupportingFolderName = value
public string SupportingFolderName { get; set; }
Property Value
Type: System.String
A string that contains the folder name.
Remarks
Use the rgbMainFile property and the rgrgbSupportingFiles property to access the content of the files.