C# (CSharp) PowerDeploy.Core.Template Namespace

Classes

Name Description
TemplateEngine
TransformResult
VariableResolver Variable Syntax: ${host} without default value ${host=localhost} with default value localhost Conditionals: gugus if condition variable is true, on, enabled or 1 -> gugus will be used, otherwise not.
VariableUsage Used for a usage of a variable. The followings notation is supported: ${Var} Simple usage of a variable with the name Var. ${Var=Tobi} If Var is not set, then use Tobi as default value ${Var=Tobi_$[env]} Default values may contain other variables. Use [ and ] instead of { }