.NET Framework Class Library
BOM.OutPutHtmTree Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > BOM Class > BOM Methods >

.NET Framework Class Library
BOM.OutPutHtmTree Method

Create HtmlOutputs using Bom templates

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Sub OutPutHtmTree ( _

 uid As String, _
 parameterFile As String, _
 destinationRoot As String, _
 silentMode As Boolean _
)

C#

public void OutPutHtmTree(

 string uid,
 string parameterFile,
 string destinationRoot,
 bool silentMode
)

Visual C++

public:

void OutPutHtmTree(
 Stringuid,
 StringparameterFile,
 StringdestinationRoot,
 bool silentMode
)

JavaScript

function outPutHtmTree(uidparameterFiledestinationRootsilentMode);

Parameters

uid

Type: System.String
unique_id of the assembly

parameterFile

Type: System.String
name of the parameter file in the par directory or full path to equivalent

destinationRoot

Type: System.String
full path of the destination

silentMode

Type: System.Boolean
if TRUE acts in silent mode

Remarks

See Also

BOM Class

BOM Members

MwPDMApi Namespace