BCHybridMainDocument Methods |
The BCHybridMainDocument type exposes the following members.
Name | Description | |
---|---|---|
AttachHybridPart |
Attaches a document as the hybrid part.
| |
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.) | |
DeleteHybridPart |
Deletes a hybrid part with the specified ID property value.
| |
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.) | |
DetachHybridPart(String) |
Detaches a hybrid part with the specified ID property value and default document type.
| |
DetachHybridPart(String, BCDocumentType) |
Detaches a hybrid part with the specified ID property value.
| |
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 | (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 | (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.) | |
GetStreamInfo(Boolean, BCDocumentStreamKind, Boolean) |
Get the document stream information
(Inherited from BCDocument.) | |
GetStreamInfo(Boolean, Int64, BCDocumentStreamKind, Boolean) |
Get the document stream information
(Inherited from BCDocument.) | |
GetStreamPath |
Get the document stream path.
(Inherited from BCDocument.) | |
GetType | (Inherited from Object.) | |
HasRedlineData |
Checks if any redline information is stored for the document.
(Inherited from BCDocument.) | |
HybridParts |
Returns a collection of all parts of the document.
The collection is sorted ascending on the DisplayName property value.
| |
HybridParts(BCCollectionBaseBCPropertyDef) |
Returns a collection of all parts of the document.
The collection is sorted ascending on the DisplayName property value.
| |
HybridParts(BCCollectionBaseBCPropertyDef, SortKind) |
Returns a collection of all parts of the document.
| |
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 | (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.) | |
NewHybridPart |
Creates an empty hybrid part.
| |
NewHybridPart(String) |
Creates an empty hybrid part with the specified display name.
| |
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 | (Inherited from Object.) |