| BCFolderUI Methods |
The BCFolderUI type exposes the following members.
| Name | Description | |
|---|---|---|
| CopyDocuments |
Copies multiple documents/folders into the folder.
| |
| Dispose |
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.) | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ImportFiles(IWin32Window, IEnumerableString) |
Imports multiple files/folders from file system into the folder.
| |
| ImportFiles(IWin32Window, IEnumerableString, String) |
Imports multiple files/folders from file system into the folder.
| |
| Init | Obsolete.
Initializes the object with a folder to manage.
| |
| Location |
Returns a path to the object.
| |
| Location(CacheSyncKind) |
Synchronizes the object and returns a path to it.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NewDocument |
Creates a new document with no wizards and dialog boxes.
| |
| NewDocument(IWin32Window, String) |
Creates a new document.
| |
| NewDocument(IWin32Window, String, String, String) |
Creates a new document.
| |
| NewDocument(IWin32Window, String, String, String, String) |
Creates a new document.
| |
| NewDocument(IWin32Window, String, String, String, String, NewDialogKind, String) |
Creates a new document.
| |
| NewDocument(IWin32Window, String, String, String, String, NewDialogKind, String, NewDocFlags) |
Creates a new document.
| |
| OnDispose |
The method is called on Dispose.
(Overrides DisposableObjectOnDispose.) | |
| SetOptions(ItemOptionFlags) |
Sets batch transaction options (30 documents per transaction).
| |
| SetOptions(ItemOptionFlags, Int32) |
Sets batch transaction options.
| |
| Sync |
Synchronizes the object in the local workspace with the vault.
| |
| ThrowIfDisposed |
Throws the ObjectDisposedException exception if
the underlying object has been disposed.
(Inherited from DisposableObject.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |