PFSFile Properties |
The PFSFile type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Return the number of targets present in a parameter file.
|
![]() | CustomResultFolder |
Custom result folder.
Overrides the ProjectResultFolder, if the UseCustomResultFolder flag is true. Managed by MzShell, when the PFS file is used as part of an open MzShell project |
![]() | ItemInt32 |
Return a reference to the n'th target of a parameter file.
Short version of GetTarget(Int32) with GetTarget(targetIndex+1) |
![]() | ItemString |
Return a reference to the first instance of a specific target name of a parameter file.
Short version of GetTarget(String, Int32) with GetTarget(targetName,1) |
![]() | ItemString, Int32 |
Return a reference to the n'th instance of a specific target name of a parameter file.
Short version of GetTarget(String, Int32) with GetTarget(targetName, targetIndex+1) |
![]() | ProjectResultFolder |
Project result folder. A global result folder defined for the entire
MzShell project.
Managed by MzShell, when the PFS file is used as part of an open MzShell project |
![]() | UseCustomResultFolder |
Use custom result folder.
Overrides the ProjectResultFolder with the CustomResultFolder, if the flag is true. Managed by MzShell, when the PFS file is used as part of an open MzShell project |