The BCFolderUI type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| BCFolderUI | Obsolete.
Initializes a new instance of the BCFolderUI class.
| |
| BCFolderUI(BCFolder) |
Initializes a new instance of the BCFolderUI class.
| |
| BCFolderUI(BCFolder, BCServiceProvider) |
Initializes a new instance of the BCFolderUI class.
|
Methods
| Name | Description | |
|---|---|---|
| CopyDocuments |
Copies multiple documents/folders into the folder.
| |
| Dispose |
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.) | |
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
| ImportFiles(IWin32Window, IEnumerable String ) |
Imports multiple files/folders from file system into the folder.
| |
| ImportFiles(IWin32Window, IEnumerable String , 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.
| |
Creates a shallow copy of the current (Inherited from | ||
| 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 DisposableObject OnDispose .) | |
| 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 (Inherited from DisposableObject.) | |
| (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| Folder |
Gets the folder under management.
| |
| IsAmfs |
Gets a value indicating whether AMFS share is used (if false then local workspace is used).
| |
| IsDisposed |
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.) | |
| LastResult |
Gets the array of result values for ImportFiles(IWin32Window, IEnumerable String , String) or
CopyDocuments(IWin32Window, IEnumerable String ) operation for each object in the selection.
| |
| Status |
Gets the state of the object in the local workspace.
| |
| UnderlyingObject |
Gets the underlying wrapped object.
(Inherited from DisposableObject.) |
See Also