Click or drag to resize
TaskParameterValueType Enumeration
Enum which specifies the type of the value in a parameter. The actual value is always stored in text, but this type is used to provide a proper UI for editing the type.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public enum TaskParameterValueType
Members
  Member nameValueDescription
String0 Value is a string type (default)
Boolean1 Value is a boolean (true/false only, not True/False/0/1). This will produce a checkbox.
TemplateID2 Value is a templateID. This will produce a dropdown with the available templateIDs.
EmitType3 Value is an emitType value. This will produce a dropdown with available values.
See Also