다음을 통해 공유


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.

See Also

Reference

CreateDCInfo Class

CreateDCInfo Members

Microsoft.HtmlTrans Namespace