| MvFile Structure |
Used to transmit the name and contents of a file from
the server to the component.
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax public value class MvFile
The MvFile type exposes the following members.
Properties Remarks
This class is not reactive. This means that mapping an attribute of
type file and then changing the contents of the file will not result
in the attribute being renotified.
This class is provided so that the server can transmit the contents
of a file to a component when a view opens. Thus, the component does
not have to have read access to the file.
See Also