AddFileVar Method
Adds a file variable and the corresponding file name.
Syntax
[VB.NET] Public Sub AddFileVar(ByVal FileVar As String, ByVal FileName As String)
[C#] public void AddFileVar(string fileVar, string fileName);
Remarks
Please refer to the FileVars collection for more information on file variables and how they are managed.
NOTE: This method has a corresponding asynchronous version (AddFileVarAsync) for use in the Xamarin environment.