ZennoLab Assemblies Documentation
SetTemplateValue Method
See Also  Send Feedback
ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > Instance Class : SetTemplateValue Method
stepId

Type: System.String

Id of the step.

branchName

Type: System.String

The branch name.

value

Type: System.String

The value to set.

Glossary Item Box

Sets the value of a branch in the template for the specified step.

Syntax

C# 
public void SetTemplateValue( 
   string stepId,
   string branchName,
   string value
)

Parameters

stepId

Type: System.String

Id of the step.

branchName

Type: System.String

The branch name.

value

Type: System.String

The value to set.

Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.