BLDPROMPTOPT Enum

Definition

Specifies the user prompt used to choose the builder.

public enum class BLDPROMPTOPT
public enum class BLDPROMPTOPT
enum BLDPROMPTOPT
public enum BLDPROMPTOPT
type BLDPROMPTOPT = 
Public Enum BLDPROMPTOPT
Inheritance
BLDPROMPTOPT

Fields

BLDPROMPTOPT_PROMPTALWAYS 1

Always prompt the user.

BLDPROMPTOPT_PROMPTIFMULTIPLE 0

Prompt the user if there is no default and there is more than one registered builder.

BLDPROMPTOPT_PROMPTNEVER 2

Never prompt the user. Use the default builder if there is one. Otherwise, use the first registered builder.

Applies to