BaseView.SaveLayoutToJson Method
Name | Parameters | Description |
---|---|---|
SaveLayoutToJson(Stream, OptionsLayoutBase) | utf8jsonStream, options |
Saves the View’s layout settings specified by the options parameter to a file in JSON format.
|
SaveLayoutToJson(Stream) | utf8jsonStream | Saves the View’s layout settings specified by the View’s OptionsLayout property to a file in JSON format. |