Jaa


BotConfiguration.SaveAs(String, String) Method

Definition

Save the configuration to a .bot file.

public void SaveAs(string path, string secret = default);
member this.SaveAs : string * string -> unit
Public Sub SaveAs (path As String, Optional secret As String = Nothing)

Parameters

path
String

Path to bot file.

secret
String

Secret for encrypting the file keys.

Applies to