WorkflowView.SaveViewState(Stream) Method
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.
Saves the view-state to a binary stream.
public:
void SaveViewState(System::IO::Stream ^ viewState);
public void SaveViewState(System.IO.Stream viewState);
member this.SaveViewState : System.IO.Stream -> unit
Public Sub SaveViewState (viewState As Stream)
Parameters
- viewState
- Stream
A BinaryReader used to store the view state.
Remarks
View state is the accumulation of the values of the properties and child controls of a view. Property values are persisted to the stream after saving and can be restored using the LoadViewState method.