The BCDocument type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | AccessRights |
Gets access rights of the document.
(Overrides BCFSObject AccessRights.) |
![]() | 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.
|
![]() | CanEditRedlines |
Gets a value indicating whether the current user can edit the document redlines,
taking privileges and state into account.
|
![]() | CanViewContent |
Gets a value indicating whether the current user can view the document content,
taking privileges and state into account.
|
![]() | CanViewRedlines |
Gets a value indicating whether the current user can view the document redlines,
taking privileges and state into account.
|
![]() | 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.
|
![]() | DocumentTypeDisplayName |
Gets the DisplayName property value of the document type.
|
![]() | DocumentTypeName |
Gets the Name property value of the document type.
|
![]() | 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.
(Overrides BCFSObject GlobalID.) |
![]() | HasRedlines |
Gets a value indicating whether the document contains redline information.
|
![]() | 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.
|
![]() | MasterCopy |
Gets the master document.
|
![]() | MasterCopyID |
Gets the ID property value of the master document.
|
![]() | 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.
|
![]() | RedlineAccessRights |
Gets access rights of the document redlines.
|
![]() | Repository |
Gets the repository to which the object belongs.
(Inherited from BCRepositoryObject.) |
![]() | Retention |
Gets a BCRetentionControl object to control document retention.
|
![]() | 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.
|
![]() | ThumbnailUpdated |
Gets or sets the date when the thumbnail was last updated.
|
![]() | UnderlyingObject |
Gets the underlying wrapped object.
(Inherited from DisposableObject.) |
![]() | Versionable |
Gets the object that manages document revisions.
|
![]() | ViewerData |
Gets or sets the viewer data field.
|
![]() | Workflow |
Gets the workflow of the document.
|
See Also