Namespace: Contracts.Data
Assembly: Contracts (in Contracts.dll)

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
Type: string

desc
Type: string

path_type
Type: PathType

workflow
Type: bool

optional
Type: 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