Click or drag to resize

BCFolderUI Class

Represents an object that manages a folder.
Inheritance Hierarchy

Namespace:  BlueCieloECM.InnoCielo.Meridian.Client
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public class BCFolderUI : DisposableObject

The BCFolderUI type exposes the following members.

Constructors
  NameDescription
Public methodBCFolderUI Obsolete.
Initializes a new instance of the BCFolderUI class.
Public methodBCFolderUI(BCFolder)
Initializes a new instance of the BCFolderUI class.
Public methodBCFolderUI(BCFolder, BCServiceProvider)
Initializes a new instance of the BCFolderUI class.
Top
Properties
  NameDescription
Public propertyFolder
Gets the folder under management.
Public propertyIsAmfs
Gets a value indicating whether AMFS share is used (if false then local workspace is used).
Public propertyIsDisposed
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.)
Public propertyLastResult
Public propertyStatus
Gets the state of the object in the local workspace.
Public propertyUnderlyingObject
Gets the underlying wrapped object.
(Inherited from DisposableObject.)
Top
Methods
  NameDescription
Public methodCopyDocuments
Copies multiple documents/folders into the folder.
Public methodDispose
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodImportFiles(IWin32Window, IEnumerableString)
Imports multiple files/folders from file system into the folder.
Public methodImportFiles(IWin32Window, IEnumerableString, String)
Imports multiple files/folders from file system into the folder.
Public methodInit Obsolete.
Initializes the object with a folder to manage.
Public methodLocation
Returns a path to the object.
Public methodLocation(CacheSyncKind)
Synchronizes the object and returns a path to it.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodNewDocument
Creates a new document with no wizards and dialog boxes.
Public methodNewDocument(IWin32Window, String)
Creates a new document.
Public methodNewDocument(IWin32Window, String, String, String)
Creates a new document.
Public methodNewDocument(IWin32Window, String, String, String, String)
Creates a new document.
Public methodNewDocument(IWin32Window, String, String, String, String, NewDialogKind, String)
Creates a new document.
Public methodNewDocument(IWin32Window, String, String, String, String, NewDialogKind, String, NewDocFlags)
Creates a new document.
Protected methodOnDispose (Overrides DisposableObjectOnDispose.)
Public methodSetOptions(ItemOptionFlags)
Sets batch transaction options (30 documents per transaction).
Public methodSetOptions(ItemOptionFlags, Int32)
Sets batch transaction options.
Public methodSync
Synchronizes the object in the local workspace with the vault.
Protected methodThrowIfDisposed
Throws the ObjectDisposedException exception if the underlying object has been disposed.
(Inherited from DisposableObject.)
Public methodToString (Inherited from Object.)
Top
See Also