BCEdmBriefcase Methods |
The BCEdmBriefcase type exposes the following members.
| Name | Description | |
|---|---|---|
| AddDocument(String, BriefcaseAddFlags) |
Adds document to the briefcase.
| |
| AddDocument(String, BriefcaseAddFlags, String) |
Adds document to the briefcase.
| |
| AddDocuments(IEnumerableString, BriefcaseAddFlags) |
Adds documents to the briefcase.
| |
| AddDocuments(IEnumerableString, BriefcaseAddFlags, String) |
Adds documents to the briefcase.
| |
| Archive |
Ensures that a briefcase file is released, in case of pluggable
briefcase updates an archive file.
| |
| Archive(BriefcaseArchiveFlags) |
Ensures that a briefcase file is released, in case of pluggable
briefcase updates an archive file.
| |
| Close |
Closes the briefcase.
| |
| CloseBrc | Obsolete.
Closes the briefcase.
| |
| 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.) | |
| Import(String) |
Imports the briefcase into the vault using the default Action for each document.
| |
| Import(String, BriefcaseImportFlags) |
Imports the briefcase into the vault using the default Action for each document.
| |
| Init | Obsolete.
Initializes the object.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnDispose |
The method is called on Dispose.
(Overrides DisposableObjectOnDispose.) | |
| Open(String, String, String) |
Opens the the existing briefcase.
| |
| Open(String, String, String, BriefcaseOpenFlags) |
Opens the briefcase in the specified mode.
| |
| OpenBrc | Obsolete.
Opens the briefcase.
| |
| 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.) |