Difference between revisions of "WebFile.Constructor(forSession As Boolean = true)"
From Xojo Documentation
(Created page with "NA") |
|||
Line 1: | Line 1: | ||
− | + | {{ConstructorBox | |
+ | | name=Constructor | ||
+ | | owner=[[WebFile]] | ||
+ | | scope=public | ||
+ | | parameters=forSession As [[Boolean]] = [[True]] | ||
+ | | platform=all | ||
+ | }} | ||
+ | {{Description | ||
+ | |text = Creates a new '''WebFile''' and if [[True]] is passed, assigns the to its [[WebFile.Session|Session]] property.}} |