write_view_contexts
write_view_contexts
[ -file s_fileName ]
Description
Writes view contexts to the specified file.
The GUI equivalents for this command is File—Write Application Files—View Contexts.
Arguments
|
Specifies the name of the file to write view contexts to. If you do not specify this argument, a Write View Contexts dialog appears, letting you specify the filename. |
Value Returned
Examples
The following example writes view contexts to the file latestViews.xml.
write_view_contexts -file latestViews.xml
Related Topics
Return to top