| MvFile Structure |
Used to transmit the name and contents of a file from
the server to the component.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public struct MvFile : IStreamable
Public Structure MvFile
Implements IStreamable
public value class MvFile : IStreamable
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