| BCHybridDocument Methods |
The BCHybridDocument type exposes the following members.
| Name | Description | |
|---|---|---|
| BeginNewRedlineVersion |
Begins the new redline version of the document.
(Inherited from BCDocument.) | |
| BeginNewThumbnailVersion |
Begins the new thumbnail version of the document.
(Inherited from BCDocument.) | |
| Copy(BCFolder) |
Creates a copy of the object.
(Inherited from BCFSObject.) | |
| Copy(BCFolder, DocumentCopyFlags) |
Creates a copy of the document.
(Inherited from BCDocument.) | |
| CreateGlobalID |
Generates a new value that uniquely
identifies the document among all vaults.
(Inherited from BCDocument.) | |
| DeleteOutGoingDocRefWithID |
Removes the reference to another document
using the ID property value of the reference.
(Inherited from BCDocument.) | |
| Derive(BCFolder) |
Creates a new derived document. The CopyWithParent property value is ignored.
(Inherited from BCDocument.) | |
| Derive(BCFolder, DocumentCopyFlags) |
Creates a new derived document.
(Inherited from BCDocument.) | |
| Dispose |
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.) | |
| EndNewRedlineVersion |
Ends the new redline version of the document.
(Inherited from BCDocument.) | |
| EndNewThumbnailVersion |
Ends the new thumbnail version of the document.
(Inherited from BCDocument.) | |
| 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.) | |
| GetDocReferences |
Returns the collection of outgoing document references (not recursively).
(Inherited from BCDocument.) | |
| GetDocReferences(BCDocRefType) |
Returns the collection of outgoing document references (not recursively).
(Inherited from BCDocument.) | |
| GetDocReferences(DocRefTypeFlags) |
Returns the collection of outgoing document references (not recursively).
(Inherited from BCDocument.) | |
| GetDocReferences(BCDocRefType, Boolean) |
Returns the collection of outgoing document references.
(Inherited from BCDocument.) | |
| GetDocReferences(DocRefTypeFlags, Boolean) |
Returns the collection of outgoing document references.
(Inherited from BCDocument.) | |
| GetDocReferences(BCDocRefType, Boolean, Boolean) |
Returns the collection of document references.
(Inherited from BCDocument.) | |
| GetDocReferences(DocRefTypeFlags, Boolean, Boolean) |
Returns the collection of document references.
(Inherited from BCDocument.) | |
| GetDocumentInfo |
Returns various document information in a single call.
(Inherited from BCDocument.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetNavigationPath |
Returns a navigation path according to the given navigation view.
(Inherited from BCDocument.) | |
| GetReferencedDocuments |
Returns the collection of outgoing referenced documents (not recursively).
(Inherited from BCDocument.) | |
| GetReferencedDocuments(BCDocRefType) |
Returns the collection of outgoing referenced documents (not recursively).
(Inherited from BCDocument.) | |
| GetReferencedDocuments(DocRefTypeFlags) |
Returns the collection of outgoing referenced documents (not recursively).
(Inherited from BCDocument.) | |
| GetReferencedDocuments(BCDocRefType, Boolean) |
Returns the collection of outgoing referenced documents.
(Inherited from BCDocument.) | |
| GetReferencedDocuments(DocRefTypeFlags, Boolean) |
Returns the collection of outgoing referenced documents.
(Inherited from BCDocument.) | |
| GetReferencedDocuments(BCDocRefType, Boolean, Boolean) |
Returns the collection of referenced documents.
(Inherited from BCDocument.) | |
| GetReferencedDocuments(DocRefTypeFlags, Boolean, Boolean) |
Returns the collection of referenced documents.
(Inherited from BCDocument.) | |
| GetSequence |
Returns a sequence with the specified name.
If the sequence does not exist, creates it.
(Inherited from BCRepositoryObject.) | |
| GetSequenceList |
Returns an array of all available sequences.
(Inherited from BCRepositoryObject.) | |
| GetStreamPath |
Get the document stream path.
(Inherited from BCDocument.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HasRedlineData |
Checks if any redline information is stored for the document.
(Inherited from BCDocument.) | |
| IncomingDocRefs |
Returns a collection of all BCDocRef objects
that reference the document (not recursively).
(Inherited from BCDocument.) | |
| IncomingDocRefs(BCDocRefType) |
Returns a collection of BCDocRef objects
that reference the document (not recursively).
(Inherited from BCDocument.) | |
| IncomingDocRefs(BCDocRefType, Boolean) |
Returns a collection of BCDocRef objects
that reference the document.
(Inherited from BCDocument.) | |
| IncomingDocRefsEx(IEnumerableString) |
Returns a collection of all BCDocRef objects
that reference the document (not recursively).
(Inherited from BCDocument.) | |
| IncomingDocRefsEx(BCDocRefType, Boolean, IEnumerableString) |
Returns a collection of BCDocRef objects
that reference the document.
(Inherited from BCDocument.) | |
| IncomingDocuments |
Returns a collection of BCDocument objects
that reference the document (not recursively).
(Inherited from BCDocument.) | |
| IncomingDocuments(BCDocRefType) |
Returns a collection of BCDocument objects
that reference the document (not recursively).
(Inherited from BCDocument.) | |
| IncomingDocuments(BCDocRefType, Boolean) |
Returns a collection of BCDocument objects
that reference the document.
(Inherited from BCDocument.) | |
| LoadProperties |
Returns a property collection for a property set with the specified name.
(Inherited from BCDocument.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Move |
Moves the object to another folder.
(Inherited from BCFSObject.) | |
| NewDocRef |
Creates a reference between the document (source) and a specified one (destination).
(Inherited from BCDocument.) | |
| OnDispose |
The method is called on the Dispose method call.
Derived classes should override the method to perform custom disposing.
(Inherited from DisposableObject.) | |
| OutgoingDocRefs |
Returns a collection of BCDocRef objects
that reference other documents (not recursively).
(Inherited from BCDocument.) | |
| OutgoingDocRefs(BCDocRefType) |
Returns a collection of BCDocRef objects
that reference to other documents (not recursively).
(Inherited from BCDocument.) | |
| OutgoingDocRefs(BCDocRefType, Boolean) |
Returns a collection of BCDocRef objects
that reference other documents.
(Inherited from BCDocument.) | |
| OutgoingDocRefsEx(IEnumerableString) |
Returns a collection of BCDocRef objects
that reference other documents (not recursively).
(Inherited from BCDocument.) | |
| OutgoingDocRefsEx(BCDocRefType, Boolean, IEnumerableString) |
Returns a collection of BCDocRef objects
that reference other documents.
(Inherited from BCDocument.) | |
| OutgoingDocuments |
Returns a collection of BCDocument objects
referenced by the document (not recursively).
(Inherited from BCDocument.) | |
| OutgoingDocuments(BCDocRefType) |
Returns a collection of BCDocument objects
referenced by the document (not recursively).
(Inherited from BCDocument.) | |
| OutgoingDocuments(BCDocRefType, Boolean) |
Returns a collection of BCDocument objects
referenced by the document.
(Inherited from BCDocument.) | |
| Replace(BCFolder) |
Replaces the document from the given instance.
Sets the document state to DWFS_RETIRED.
(Inherited from BCDocument.) | |
| Replace(BCFolder, DocumentCopyFlags) |
Replaces the document from the given instance.
Sets the document state to DWFS_RETIRED.
(Inherited from BCDocument.) | |
| SaveProperties |
Saves a property collection.
(Inherited from BCDocument.) | |
| SetFullTextReindex |
Resets property _FTUPDATED.
(Inherited from BCDocument.) | |
| 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.) |