CloseAllViews Class

Closes all views of the specified document.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Commands.DocumentCloseAllViews

Namespace:  MediaCy.Commands.Document
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class CloseAllViews
	Inherits OneInputCommand(Of Object)

The CloseAllViews type exposes the following members.

Constructors
  NameDescription
Public methodCloseAllViews
Initializes a new instance of the CloseAllViews class
Public methodCloseAllViews(McCommand)
Initializes a new instance of the CloseAllViews class
Top
Properties
  NameDescription
Public propertyShowPrompt
Prompt to save changes for modified document or not.
Top
Remarks