BCDocument Methods |
The BCDocument type exposes the following members.
Name | Description | |
---|---|---|
BeginNewRedlineVersion |
Begins the new redline version of the document.
| |
BeginNewThumbnailVersion |
Begins the new thumbnail version of the document.
| |
Copy(BCFolder) |
Creates a copy of the object.
(Inherited from BCFSObject.) | |
Copy(BCFolder, DocumentCopyFlags) |
Creates a copy of the document.
| |
CreateGlobalID |
Generates a new value that uniquely
identifies the document among all vaults.
(Overrides BCFSObjectCreateGlobalID.) | |
DeleteOutGoingDocRefWithID |
Removes the reference to another document
using the ID property value of the reference.
| |
Derive(BCFolder) |
Creates a new derived document. The CopyWithParent property value is ignored.
| |
Derive(BCFolder, DocumentCopyFlags) |
Creates a new derived document.
| |
Dispose |
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.) | |
EndNewRedlineVersion |
Ends the new redline version of the document.
| |
EndNewThumbnailVersion |
Ends the new thumbnail version of the document.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetDocReferences |
Returns the collection of outgoing document references (not recursively).
| |
GetDocReferences(BCDocRefType) |
Returns the collection of outgoing document references (not recursively).
| |
GetDocReferences(DocRefTypeFlags) |
Returns the collection of outgoing document references (not recursively).
| |
GetDocReferences(BCDocRefType, Boolean) |
Returns the collection of outgoing document references.
| |
GetDocReferences(DocRefTypeFlags, Boolean) |
Returns the collection of outgoing document references.
| |
GetDocReferences(BCDocRefType, Boolean, Boolean) |
Returns the collection of document references.
| |
GetDocReferences(DocRefTypeFlags, Boolean, Boolean) |
Returns the collection of document references.
| |
GetDocumentInfo |
Returns various document information in a single call.
| |
GetHashCode | (Inherited from Object.) | |
GetNavigationPath |
Returns a navigation path according to the given navigation view.
| |
GetReferencedDocuments |
Returns the collection of outgoing referenced documents (not recursively).
| |
GetReferencedDocuments(BCDocRefType) |
Returns the collection of outgoing referenced documents (not recursively).
| |
GetReferencedDocuments(DocRefTypeFlags) |
Returns the collection of outgoing referenced documents (not recursively).
| |
GetReferencedDocuments(BCDocRefType, Boolean) |
Returns the collection of outgoing referenced documents.
| |
GetReferencedDocuments(DocRefTypeFlags, Boolean) |
Returns the collection of outgoing referenced documents.
| |
GetReferencedDocuments(BCDocRefType, Boolean, Boolean) |
Returns the collection of referenced documents.
| |
GetReferencedDocuments(DocRefTypeFlags, Boolean, Boolean) |
Returns the collection of referenced documents.
| |
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
| |
GetStreamInfo(Boolean, Int64, BCDocumentStreamKind, Boolean) |
Get the document stream information
| |
GetStreamPath |
Get the document stream path.
| |
GetType | (Inherited from Object.) | |
HasRedlineData |
Checks if any redline information is stored for the document.
| |
IncomingDocRefs |
Returns a collection of all BCDocRef objects
that reference the document (not recursively).
| |
IncomingDocRefs(BCDocRefType) |
Returns a collection of BCDocRef objects
that reference the document (not recursively).
| |
IncomingDocRefs(BCDocRefType, Boolean) |
Returns a collection of BCDocRef objects
that reference the document.
| |
IncomingDocRefsEx(IEnumerableString) |
Returns a collection of all BCDocRef objects
that reference the document (not recursively).
| |
IncomingDocRefsEx(BCDocRefType, Boolean, IEnumerableString) |
Returns a collection of BCDocRef objects
that reference the document.
| |
IncomingDocuments |
Returns a collection of BCDocument objects
that reference the document (not recursively).
| |
IncomingDocuments(BCDocRefType) |
Returns a collection of BCDocument objects
that reference the document (not recursively).
| |
IncomingDocuments(BCDocRefType, Boolean) |
Returns a collection of BCDocument objects
that reference the document.
| |
LoadProperties |
Returns a property collection for a property set with the specified name.
(Overrides BCRepositoryObjectLoadProperties(String).) | |
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).
| |
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).
| |
OutgoingDocRefs(BCDocRefType) |
Returns a collection of BCDocRef objects
that reference to other documents (not recursively).
| |
OutgoingDocRefs(BCDocRefType, Boolean) |
Returns a collection of BCDocRef objects
that reference other documents.
| |
OutgoingDocRefsEx(IEnumerableString) |
Returns a collection of BCDocRef objects
that reference other documents (not recursively).
| |
OutgoingDocRefsEx(BCDocRefType, Boolean, IEnumerableString) |
Returns a collection of BCDocRef objects
that reference other documents.
| |
OutgoingDocuments |
Returns a collection of BCDocument objects
referenced by the document (not recursively).
| |
OutgoingDocuments(BCDocRefType) |
Returns a collection of BCDocument objects
referenced by the document (not recursively).
| |
OutgoingDocuments(BCDocRefType, Boolean) |
Returns a collection of BCDocument objects
referenced by the document.
| |
Replace(BCFolder) |
Replaces the document from the given instance.
Sets the document state to DWFS_RETIRED.
| |
Replace(BCFolder, DocumentCopyFlags) |
Replaces the document from the given instance.
Sets the document state to DWFS_RETIRED.
| |
SaveProperties |
Saves a property collection.
(Overrides BCRepositoryObjectSaveProperties(BCPropertyCollection).) | |
SetFullTextReindex |
Resets property _FTUPDATED.
| |
ThrowIfDisposed |
Throws the ObjectDisposedException exception if
the underlying object has been disposed.
(Inherited from DisposableObject.) | |
ToString | (Inherited from Object.) |