ReportHelperGetResultFileDataT Method
Namespace: PCBI_API_Extensions.Reports.HelperAssembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
public static T GetResultFileData<T>(
string resultsFolderName,
string defaultResultFileName,
IPCBIWindow parent,
IStep step,
bool isZipped = true
)
where T : class
Public Shared Function GetResultFileData(Of T As Class) (
resultsFolderName As String,
defaultResultFileName As String,
parent As IPCBIWindow,
step As IStep,
Optional isZipped As Boolean = true
) As T
public:
generic<typename T>
where T : ref class
static T GetResultFileData(
String^ resultsFolderName,
String^ defaultResultFileName,
IPCBIWindow^ parent,
IStep^ step,
bool isZipped = true
)
static member GetResultFileData :
resultsFolderName : string *
defaultResultFileName : string *
parent : IPCBIWindow *
step : IStep *
?isZipped : bool
(* Defaults:
let _isZipped = defaultArg isZipped true
*)
-> 'T when 'T : not struct
- resultsFolderName String
-
- defaultResultFileName String
-
- parent IPCBIWindow
-
- step IStep
-
- isZipped Boolean (Optional)
-
- T
T