FileController..::..SaveFile Method
SaveFile.
Namespace:
FLEXYGO.Controlers.UIAssembly: FlexyGo (in FlexyGo.dll)
Syntax
[BlacklistCheckAttribute] [CompressAttribute] public ActionResult SaveFile( string Mode, string ObjectName, string PropertyName, string Base64, string Name, KeyValuePairs[] FormValues )
<BlacklistCheckAttribute> _ <CompressAttribute> _ Public Function SaveFile ( _ Mode As String, _ ObjectName As String, _ PropertyName As String, _ Base64 As String, _ Name As String, _ FormValues As KeyValuePairs() _ ) As ActionResult
Parameters
- Mode
- Type: String
Object,Process or Report
- ObjectName
- Type: String
Object Name.
- PropertyName
- Type: String
The property name.
- Base64
- Type: String
Base64.
- Name
- Type: String
Name.
- FormValues
- Type: array<KeyValuePairs>[]()[][]