Click or drag to resize
BCDocument Properties

The BCDocument type exposes the following members.

Properties
  NameDescription
Public propertyAccessRights
Gets access rights of the document.
(Overrides BCFSObjectAccessRights.)
Public propertyArchive
Gets or sets a value indicating whether the object is archive.
(Inherited from BCFSObject.)
Public propertyCanDelete
Gets a value indicating whether the object can be deleted.
(Inherited from BCFSObject.)
Public propertyCanEditContent
Gets a value indicating whether the current user can edit the document content, taking privileges and state into account.
Public propertyCanEditRedlines
Gets a value indicating whether the current user can edit the document redlines, taking privileges and state into account.
Public propertyCanViewContent
Gets a value indicating whether the current user can view the document content, taking privileges and state into account.
Public propertyCanViewRedlines
Gets a value indicating whether the current user can view the document redlines, taking privileges and state into account.
Public propertyCreated
Gets the date when the object was created.
(Inherited from BCFSObject.)
Public propertyCreatedBy
Gets the name of the person who created the object.
(Inherited from BCFSObject.)
Public propertyDisplayName
Gets or sets the display name of the object.
(Inherited from BCFSObject.)
Public propertyDocumentType
Gets or sets the type of the document.
Public propertyDocumentTypeDisplayName
Gets the DisplayName property value of the document type.
Public propertyDocumentTypeName
Gets the Name property value of the document type.
Public propertyExtendable
Gets the extended object.
(Inherited from BCRepositoryObject.)
Public propertyFileType
Gets or sets the Windows-defined file type of the object.
(Inherited from BCFSObject.)
Public propertyGlobalID
Gets or sets the value that uniquely identifies the document among all vaults.
(Overrides BCFSObjectGlobalID.)
Public propertyHasRedlines
Gets a value indicating whether the document contains redline information.
Public propertyID
Gets the value that uniquely identifies the object.
(Inherited from BCFSObject.)
Public propertyImportedFrom
Gets or sets the path to the document/folder from which the object was imported.
(Inherited from BCFSObject.)
Public propertyIsDisposed
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.)
Public propertyIsFolder Obsolete.
Gets a value indicating whether the object is a folder.
(Inherited from BCFSObject.)
Public propertyLockID
Gets the value that uniquely identifies the lock.
Public propertyMasterCopy
Gets the master document.
Public propertyMasterCopyID
Gets the ID property value of the master document.
Public propertyModified
Gets or sets the date when the object was last edited.
(Inherited from BCFSObject.)
Public propertyModifiedBy
Gets or sets the name of the person who last edited the object.
(Inherited from BCFSObject.)
Public propertyName
Gets the internal name of the object.
(Inherited from BCFSObject.)
Public propertyParentFolder
Gets the parent folder of the object.
(Inherited from BCFSObject.)
Public propertyPath
Gets the relative path where the object is located.
(Inherited from BCFSObject.)
Public propertyProjectScopeID
Gets the ID property value of a project scope for the document.
Public propertyRedlineAccessRights
Gets access rights of the document redlines.
Public propertyRepository
Gets the repository to which the object belongs.
(Inherited from BCRepositoryObject.)
Public propertyRetention
Gets a BCRetentionControl object to control document retention.
Public propertySecurable
Gets the secured object.
(Inherited from BCRepositoryObject.)
Public propertySize
Gets or sets the file size of the object.
(Inherited from BCFSObject.)
Public propertyStatus
Gets the Status property value of the current workflow status of the document.
Public propertyThumbnailUpdated
Gets or sets the date when the thumbnail was last updated.
Public propertyUnderlyingObject
Gets the underlying wrapped object.
(Inherited from DisposableObject.)
Public propertyVersionable
Gets the object that manages document revisions.
Public propertyViewerData
Gets or sets the viewer data field.
Public propertyWorkflow
Gets the workflow of the document.
Top
See Also