BinData.saveFile(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual bool saveFile(System::String ^ _filename);
public virtual bool saveFile (string _filename);
abstract member saveFile : string -> bool
override this.saveFile : string -> bool
Public Overridable Function saveFile (_filename As String) As Boolean
Parameters
- _filename
- String
Returns
Remarks
If an attacker can control input to the saveFile method, a security risk exists. Therefore, this method runs under Code Access Security. Calls to this method on the server require permission. Make sure that the user has development privileges by setting the security key to SysDevelopment on the control that calls this method.