The BCHybridDocument type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BCHybridDocument |
Initializes a new instance of the BCHybridDocument class.
|
Methods
| 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 attempt to free resources and perform other cleanup operations before the Object 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.) | |
| 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.) | |
| 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.) | |
| 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.) |
Properties
| Name | Description | |
|---|---|---|
| AccessRights |
Gets access rights of the document.
(Inherited from BCDocument.) | |
| Archive |
Gets or sets a value indicating whether the object is archive.
(Inherited from BCFSObject.) | |
| CanDelete |
Gets a value indicating whether the object can be deleted.
(Inherited from BCFSObject.) | |
| CanEditContent |
Gets a value indicating whether the current user can edit the document content,
taking privileges and state into account.
(Inherited from BCDocument.) | |
| CanEditRedlines |
Gets a value indicating whether the current user can edit the document redlines,
taking privileges and state into account.
(Inherited from BCDocument.) | |
| CanViewContent |
Gets a value indicating whether the current user can view the document content,
taking privileges and state into account.
(Inherited from BCDocument.) | |
| CanViewRedlines |
Gets a value indicating whether the current user can view the document redlines,
taking privileges and state into account.
(Inherited from BCDocument.) | |
| Created |
Gets the date when the object was created.
(Inherited from BCFSObject.) | |
| CreatedBy |
Gets the name of the person who created the object.
(Inherited from BCFSObject.) | |
| DisplayName |
Gets or sets the display name of the object.
(Inherited from BCFSObject.) | |
| DocumentType |
Gets or sets the type of the document.
(Inherited from BCDocument.) | |
| DocumentTypeDisplayName |
Gets the DisplayName property value of the document type.
(Inherited from BCDocument.) | |
| DocumentTypeName |
Gets the Name property value of the document type.
(Inherited from BCDocument.) | |
| Extendable |
Gets the extended object.
(Inherited from BCRepositoryObject.) | |
| FileType |
Gets or sets the Windows-defined file type of the object.
(Inherited from BCFSObject.) | |
| GlobalID |
Gets or sets the value that uniquely identifies
the document among all vaults.
(Inherited from BCDocument.) | |
| HasRedlines |
Gets a value indicating whether the document contains redline information.
(Inherited from BCDocument.) | |
| ID |
Gets the value that uniquely identifies the object.
(Inherited from BCFSObject.) | |
| ImportedFrom |
Gets or sets the path to the document/folder from which the object was imported.
(Inherited from BCFSObject.) | |
| IsDisposed |
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.) | |
| IsFolder | Obsolete.
Gets a value indicating whether the object is a folder.
(Inherited from BCFSObject.) | |
| LockID |
Gets the value that uniquely identifies the lock.
(Inherited from BCDocument.) | |
| MasterCopy |
Gets the master document.
(Inherited from BCDocument.) | |
| MasterCopyID |
Gets the ID property value of the master document.
(Inherited from BCDocument.) | |
| Modified |
Gets or sets the date when the object was last edited.
(Inherited from BCFSObject.) | |
| ModifiedBy |
Gets or sets the name of the person who last edited the object.
(Inherited from BCFSObject.) | |
| Name |
Gets the internal name of the object.
(Inherited from BCFSObject.) | |
| ParentFolder |
Gets the parent folder of the object.
(Inherited from BCFSObject.) | |
| Path |
Gets the relative path where the object is located.
(Inherited from BCFSObject.) | |
| ProjectScopeID |
Gets the ID property value of a project scope for the document.
(Inherited from BCDocument.) | |
| RedlineAccessRights |
Gets access rights of the document redlines.
(Inherited from BCDocument.) | |
| Repository |
Gets the repository to which the object belongs.
(Inherited from BCRepositoryObject.) | |
| Retention |
Gets a BCRetentionControl object to control document retention.
(Inherited from BCDocument.) | |
| Securable |
Gets the secured object.
(Inherited from BCRepositoryObject.) | |
| Size |
Gets or sets the file size of the object.
(Inherited from BCFSObject.) | |
| Status |
Gets the Status property value of the current workflow status of the document.
(Inherited from BCDocument.) | |
| ThumbnailUpdated |
Gets or sets the date when the thumbnail was last updated.
(Inherited from BCDocument.) | |
| UnderlyingObject |
Gets the underlying wrapped object.
(Inherited from DisposableObject.) | |
| Versionable |
Gets the object that manages document revisions.
(Inherited from BCDocument.) | |
| ViewerData |
Gets or sets the viewer data field.
(Inherited from BCDocument.) | |
| Workflow |
Gets the workflow of the document.
(Inherited from BCDocument.) |