Defines possible commands executed by client application.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public enum ItemCommand
Visual Basic
Public Enumeration ItemCommand
Visual C++
public enum class ItemCommand

Members

Member nameValueDescription
AMIV_VIEW-1 View.
AMIV_SYNCFILECACHE-3 Sync Local Workspace.
AMIV_SHOWVERSIONS-4 Show Revisions.
AMIV_CREATEDRAFT-5 Create Working Copy/Start Quick Change.
AMIV_SUBMITDRAFT-6 Submit Working Copy/Release Quick Change.
AMIV_REVOKEDRAFT-7 Revoke Working Copy/Revoke Quick Change.
AMIV_CUT-9 Cut.
AMIV_COPY-10 Copy.
AMIV_CREATESHORTCUT-11 Create Shortcut to this Vault.
AMIV_DELETE-12 Delete.
AMIV_RENAME-13 Rename.
AMIV_PROPERTIES-14 Properties.
AMIV_ADD2WP-15 Assing to Work Area.
AMIV_REMOVEFROMWP-16 Discard from Work Area.
AMIV_REASSIGNTOWP-17 Release and Reassign to Work Area.
AMIV_RELEASEFROMWP-18 Release from Work Area.
AMIV_ADD2CURWP-19 Add Documents to this Work Area.
AMIV_DRAFTPRINT-20 Draft Print.
AMIV_REMOVERETOWP-21 Discard and Reassign to Work Area.
AMIV_SETXREFS-22 Create References.
AMIV_CHANGEFOLDERTYPE-23 Change Folder Type.
AMIV_SHOWXREFS-24 Show References.
AMIV_COMPARE-25 Compare.
AMIV_CHANGEDOCTYPE-26 Change Document Type.
AMIV_SETFIELD-27 Set Property Value.
AMIV_UPDATETHUMBNAILS-28 Refresh Thumbnail.
AMIV_UPDATETITLEBLOCK-29 Update Title Block.
AMIV_NEWFN-31 Issue New File Name.
AMIV_REVOKEDOCUMENT-32 Revoke documents.
AMIV_CHANGETODOPERSON-33 Change To-Do Person.
AMIV_CHANGEMANAGER-34 Change Manager.
AMIV_ADD2WORKLIST-35 Add to another person's worklist.
AMIV_ADD2SELECTION-36 Add to Collection.
AMIV_PROP_FILE2BASE-29 Synchronize properties from File.
AMIV_PROP_BASE2FILE-37 Synchronize properties to File.
AMIV_REFS_FILE2BASE-38 Synchronize references from File.
AMIV_ATTACHPART-39 Attach as Hybrid Part.
AMIV_DETACHPART-40 Detach Part.
AMIV_DELETEPART-41 Delete Part.
AMIV_PRINTPREVIEW-42 Print Preview.
AMIV_UNLOCKFILECACHE-43 Unlock (from local workspace).
AMIV_OFFLINE_PREPARE-44 Prepare for Off-line Work.
AMIV_REVERT-45 Revert to This Revision.
AMIV_UNLOCKFROMBRC-47 Unlock (from briefcase).
AMIV_UNLOCKFROMGCF-48 Unlock (from Global Collaboration Framework).
AMIV_SENDMAIL-49 Send to Email Recipient.
AMIV_NEWREVISION-50 Create a new revision in a workflow state created from a workflow definition.
AMIV_REASSIGNTODOPER-51 Reassign To-Do persons of a workflow state created from a workflow definition.
AMIV_REASSIGNMANAGER-52 Reassign managers of a workflow state created from a workflow definition.
AMIV_REROUTE-53 Reroute to a new workflow state created from a workflow definition.
AMIV_REASSIGNPRJMANAGER-54 Reassign Project Managers.
AMIV_RELEASETOMASTER-55 Release as Master Revision.
AMIV_DISCARDFROMPROJECT-56 Discard from Project.
AMIV_LOCKMASTERDOC-57 Lock Master Document.
AMIV_UNLOCKMASTERDOC-58 Unlock Master Document.
AMIV_UNLOCKFROMPROJECT-59 Unlock from Project.
AMIV_SUPERSEDBYMASTER-60 Confirm Superseded by Master.
AMIV_MERGEDWITHMASTER-61 Confirm Merged with Master.
AMIV_REROUTEPRJ-62 Reroute Projects.
AMIV_SHELLVERB-1001 Default shell command.
AMIV_FIRSTSHELLVERB-1001 First shell command.
AMIV_LASTSHELLVERB-900 Last shell command.
AMIV_FIRSTEXTCOM-1100 First extension command.
AMIV_LASTEXTCOM-1002 Last extension command.
AMIV_FIRSTSDWFTRAN-1200 First document type workflow transition.
AMIV_LASTSDWFTRAN-1101 Last document type workflow transition.
AMIV_FIRSTPRWFTRAN-1300 First advanced project workflow transition.
AMIV_LASTPRWFTRAN-1201 Last advanced project workflow transition.

Remarks

This enumeration overrides AMEDMITEMS_VERBS defined in BlueCieloECM.AMEdmUI PIA.

See Also