PathScriptInput Constructor

Public Sub New( _ 
ByVal name As String, _ 
ByVal desc As String, _ 
ByVal path_type As PathType, _ 
ByVal workflow As Boolean, _ 
ByVal optional As Boolean
)
This language is not supported or no code example is available.
public PathScriptInput( 
string name
string desc
PathType path_type
bool workflow
bool optional 
)
This language is not supported or no code example is available.
public:  
PathScriptInput( 
String^ name
String^ desc
PathType path_type
bool workflow
bool optional 
)
This language is not supported or no code example is available.
public function PathScriptInput( 
name : String
desc : String
path_type : PathType
workflow : boolean
optional : boolean 
);
This language is not supported or no code example is available.

Parameters

name
string

desc
string

path_type
PathType

workflow
bool

optional
bool

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition