Is there a way to provide AlternateView class with a stream as its content, other than its constructor?
There is a ContentStream property but it's read only.
I am declaring the alternateview variable in the beginning of the code but I want to initialize it with a stream some time later within the code.
There is a ContentStream property but it's read only.
I am declaring the alternateview variable in the beginning of the code but I want to initialize it with a stream some time later within the code.