BCEdmItemsUI MethodsMeridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
The BCEdmItemsUI type exposes the following members.
Methods

  NameDescription
Public methodAdd2Selection
Adds document(s) to the specified selection.
Public methodAdd2WorkList
Adds document(s) to the specified work list.
Public methodChangeWFState
Changes the document(s) workflow state.
Public methodCommandID
Returns a command at the specified index.
Public methodCommandStatus
Returns a bitmask that is a combination of bit flags from ItemCommandFlags.
Public methodCommandString(Int32)
Returns the name of the command at the specified index.
Public methodCommandString(Int32, ItemCommandKind)
Returns a string of the command at the specified index.
Public methodDispose
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodInitObsolete.
Initializes the object.
Public methodInvokeCommand
Invokes the command.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnChangeWAState
Fires OnChangeWAState on the document(s).
Protected methodOnDispose (Overrides DisposableObject OnDispose .)
Public methodSetOptions(ItemOptionFlags)
Sets batch transaction options (30 documents per transaction).
Public methodSetOptions(ItemOptionFlags, Int32)
Sets batch transaction options.
Protected methodThrowIfDisposed
Throws the OnlineObjectDisposedException exception if the underlying object has been disposed.
(Inherited from DisposableObject.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
See Also