Click or drag to resize
BCDocument Methods

The BCDocument type exposes the following members.

Methods
  NameDescription
Public methodBeginNewRedlineVersion
Begins the new redline version of the document.
Public methodBeginNewThumbnailVersion
Begins the new thumbnail version of the document.
Public methodCopy(BCFolder)
Creates a copy of the object.
(Inherited from BCFSObject.)
Public methodCopy(BCFolder, DocumentCopyFlags)
Creates a copy of the document.
Public methodCreateGlobalID
Generates a new value that uniquely identifies the document among all vaults.
(Overrides BCFSObjectCreateGlobalID.)
Public methodDeleteOutGoingDocRefWithID
Removes the reference to another document using the ID property value of the reference.
Public methodDerive(BCFolder)
Creates a new derived document. The CopyWithParent property value is ignored.
Public methodDerive(BCFolder, DocumentCopyFlags)
Creates a new derived document.
Public methodDispose
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.)
Public methodEndNewRedlineVersion
Ends the new redline version of the document.
Public methodEndNewThumbnailVersion
Ends the new thumbnail version of the document.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDocReferences
Returns the collection of outgoing document references (not recursively).
Public methodGetDocReferences(BCDocRefType)
Returns the collection of outgoing document references (not recursively).
Public methodGetDocReferences(DocRefTypeFlags)
Returns the collection of outgoing document references (not recursively).
Public methodGetDocReferences(BCDocRefType, Boolean)
Returns the collection of outgoing document references.
Public methodGetDocReferences(DocRefTypeFlags, Boolean)
Returns the collection of outgoing document references.
Public methodGetDocReferences(BCDocRefType, Boolean, Boolean)
Returns the collection of document references.
Public methodGetDocReferences(DocRefTypeFlags, Boolean, Boolean)
Returns the collection of document references.
Public methodGetDocumentInfo
Returns various document information in a single call.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetNavigationPath
Returns a navigation path according to the given navigation view.
Public methodGetReferencedDocuments
Returns the collection of outgoing referenced documents (not recursively).
Public methodGetReferencedDocuments(BCDocRefType)
Returns the collection of outgoing referenced documents (not recursively).
Public methodGetReferencedDocuments(DocRefTypeFlags)
Returns the collection of outgoing referenced documents (not recursively).
Public methodGetReferencedDocuments(BCDocRefType, Boolean)
Returns the collection of outgoing referenced documents.
Public methodGetReferencedDocuments(DocRefTypeFlags, Boolean)
Returns the collection of outgoing referenced documents.
Public methodGetReferencedDocuments(BCDocRefType, Boolean, Boolean)
Returns the collection of referenced documents.
Public methodGetReferencedDocuments(DocRefTypeFlags, Boolean, Boolean)
Returns the collection of referenced documents.
Public methodGetSequence
Returns a sequence with the specified name. If the sequence does not exist, creates it.
(Inherited from BCRepositoryObject.)
Public methodGetSequenceList
Returns an array of all available sequences.
(Inherited from BCRepositoryObject.)
Public methodGetStreamPath
Get the document stream path.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasRedlineData
Checks if any redline information is stored for the document.
Public methodIncomingDocRefs
Returns a collection of all BCDocRef objects that reference the document (not recursively).
Public methodIncomingDocRefs(BCDocRefType)
Returns a collection of BCDocRef objects that reference the document (not recursively).
Public methodIncomingDocRefs(BCDocRefType, Boolean)
Returns a collection of BCDocRef objects that reference the document.
Public methodIncomingDocRefsEx(IEnumerableString)
Returns a collection of all BCDocRef objects that reference the document (not recursively).
Public methodIncomingDocRefsEx(BCDocRefType, Boolean, IEnumerableString)
Returns a collection of BCDocRef objects that reference the document.
Public methodIncomingDocuments
Returns a collection of BCDocument objects that reference the document (not recursively).
Public methodIncomingDocuments(BCDocRefType)
Returns a collection of BCDocument objects that reference the document (not recursively).
Public methodIncomingDocuments(BCDocRefType, Boolean)
Returns a collection of BCDocument objects that reference the document.
Public methodLoadProperties
Returns a property collection for a property set with the specified name.
(Overrides BCRepositoryObjectLoadProperties(String).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMove
Moves the object to another folder.
(Inherited from BCFSObject.)
Public methodNewDocRef
Creates a reference between the document (source) and a specified one (destination).
Protected methodOnDispose
The method is called on the Dispose method call. Derived classes should override the method to perform custom disposing.
(Inherited from DisposableObject.)
Public methodOutgoingDocRefs
Returns a collection of BCDocRef objects that reference other documents (not recursively).
Public methodOutgoingDocRefs(BCDocRefType)
Returns a collection of BCDocRef objects that reference to other documents (not recursively).
Public methodOutgoingDocRefs(BCDocRefType, Boolean)
Returns a collection of BCDocRef objects that reference other documents.
Public methodOutgoingDocRefsEx(IEnumerableString)
Returns a collection of BCDocRef objects that reference other documents (not recursively).
Public methodOutgoingDocRefsEx(BCDocRefType, Boolean, IEnumerableString)
Returns a collection of BCDocRef objects that reference other documents.
Public methodOutgoingDocuments
Returns a collection of BCDocument objects referenced by the document (not recursively).
Public methodOutgoingDocuments(BCDocRefType)
Returns a collection of BCDocument objects referenced by the document (not recursively).
Public methodOutgoingDocuments(BCDocRefType, Boolean)
Returns a collection of BCDocument objects referenced by the document.
Public methodReplace(BCFolder)
Replaces the document from the given instance. Sets the document state to DWFS_RETIRED.
Public methodReplace(BCFolder, DocumentCopyFlags)
Replaces the document from the given instance. Sets the document state to DWFS_RETIRED.
Public methodSaveProperties
Saves a property collection.
(Overrides BCRepositoryObjectSaveProperties(BCPropertyCollection).)
Public methodSetFullTextReindex
Resets property _FTUPDATED.
Protected methodThrowIfDisposed
Throws the ObjectDisposedException exception if the underlying object has been disposed.
(Inherited from DisposableObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also