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

  NameDescription
Public methodCopyDocuments
Copies multiple documents/folders into the folder.
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 methodImportFiles(IWin32Window, IEnumerable String )
Imports multiple files/folders from file system into the folder.
Public methodImportFiles(IWin32Window, IEnumerable String , String)
Imports multiple files/folders from file system into the folder.
Public methodInitObsolete.
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 methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
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 DisposableObject OnDispose .)
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 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