BCFSObject Class |
Namespace: BlueCieloECM.InnoCielo.Meridian.Server
The BCFSObject type exposes the following members.
Name | Description | |
---|---|---|
BCFSObject |
Initializes a new instance of the BCFSObject class.
|
Name | Description | |
---|---|---|
AccessRights |
Gets access rights of the object.
| |
Archive |
Gets or sets a value indicating whether the object is archive.
| |
CanDelete |
Gets a value indicating whether the object can be deleted.
| |
Created |
Gets the date when the object was created.
| |
CreatedBy |
Gets the name of the person who created the object.
| |
DisplayName |
Gets or sets the display name of the object.
| |
Extendable |
Gets the extended object.
(Inherited from BCRepositoryObject.) | |
FileType |
Gets or sets the Windows-defined file type of the object.
| |
GlobalID |
Gets or sets the value that uniquely identifies
the object among all vaults.
| |
ID |
Gets the value that uniquely identifies the object.
| |
ImportedFrom |
Gets or sets the path to the document/folder from which the object was imported.
| |
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.
| |
Modified |
Gets or sets the date when the object was last edited.
| |
ModifiedBy |
Gets or sets the name of the person who last edited the object.
| |
Name |
Gets the internal name of the object.
| |
ParentFolder |
Gets the parent folder of the object.
| |
Path |
Gets the relative path where the object is located.
| |
Repository |
Gets the repository to which the object belongs.
(Inherited from BCRepositoryObject.) | |
Securable |
Gets the secured object.
(Inherited from BCRepositoryObject.) | |
Size |
Gets or sets the file size of the object.
| |
UnderlyingObject |
Gets the underlying wrapped object.
(Inherited from DisposableObject.) |
Name | Description | |
---|---|---|
Copy |
Creates a copy of the object.
| |
CreateGlobalID |
Generates a new value that uniquely
identifies the object among all vaults.
| |
Dispose |
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
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 | (Inherited from Object.) | |
LoadProperties |
Returns a property collection for a property set with the specified name.
(Inherited from BCRepositoryObject.) | |
MemberwiseClone | (Inherited from Object.) | |
Move |
Moves the object to another folder.
| |
OnDispose |
The method is called on the Dispose method call.
Derived classes should override the method to perform custom disposing.
(Inherited from DisposableObject.) | |
SaveProperties |
Saves a property collection.
(Inherited from BCRepositoryObject.) | |
ThrowIfDisposed |
Throws the ObjectDisposedException exception if
the underlying object has been disposed.
(Inherited from DisposableObject.) | |
ToString | (Inherited from Object.) |