ForeachPage(String, Int32) Constructor
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.
Initializes a new instance of the ForeachPage class.
public ForeachPage (string sourceFilePath = "", int sourceLineNumber = 0);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.ForeachPage : string * int -> Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.ForeachPage
Public Sub New (Optional sourceFilePath As String = "", Optional sourceLineNumber As Integer = 0)
Parameters
- sourceFilePath
- String
Optional, full path of the source file that contains the caller.
- sourceLineNumber
- Int32
optional, line number in the source file at which the method is called.