BCProject MethodsMeridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
The BCProject type exposes the following members.
Methods

  NameDescription
Public methodCheckWorkflowInterlock(String)
Evaluates the parent project interlock.
Public methodCheckWorkflowInterlock(String, WorkflowInterlockLocation)
Evaluates the project interlock.
Public methodCheckWorkflowInterlock(String, WorkflowInterlockLocation, Boolean)
Evaluates the project interlock.
Public methodConvertToConfigurableFolderObsolete.
Converts the folder to a configurable folder of the specified type.
(Inherited from BCFolder.)
Public methodConvertToProjectObsolete.
Converts the folder to a project of the specified type.
(Inherited from BCFolder.)
Public methodCopy
Creates a copy of the object.
(Inherited from BCFSObject.)
Public methodCreateGlobalID
Generates a new value that uniquely identifies the folder among all vaults.
(Inherited from BCFolder.)
Public methodDeleteFSObjectWithID
Deletes a folder or document from this folder.
(Inherited from BCFolder.)
Public methodDispose
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.)
Public methodElements 
Returns the collection of all objects in the folder. The collection is sorted ascending on the DisplayName property value.
(Inherited from BCFolder.)
Public methodElements(FSObjectKind)
Returns the collection of objects in the folder. The collection is sorted ascending on the DisplayName property value.
(Inherited from BCFolder.)
Public methodElements(FSObjectKind, BCCollectionBase BCPropertyDef )
Returns the collection of objects in the folder. The collection is sorted ascending on the DisplayName property value.
(Inherited from BCFolder.)
Public methodElements(FSObjectKind, IEnumerable String )
Returns a collection of objects in the folder. The collection is sorted ascending on the DisplayName property value.
(Inherited from BCFolder.)
Public methodElements(FSObjectKind, BCCollectionBase BCPropertyDef , SortKind)
Returns the collection of objects in the folder.
(Inherited from BCFolder.)
Public methodElements(FSObjectKind, IEnumerable String , PropertyDefFlags)
Returns the collection of objects in the folder. The collection is sorted ascending on the DisplayName property value.
(Inherited from BCFolder.)
Public methodElements(FSObjectKind, IEnumerable String , PropertyDefFlags, SortKind)
Returns a collection of objects in the folder.
(Inherited from BCFolder.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodFSObjectWithDisplayName
Returns a child folder or document object having the given DisplayName property value.
(Inherited from BCFolder.)
Public methodGetChildPossibleNames
Returns an array of possible child names if the folder is a Field-Path branch.
(Inherited from BCFolder.)
Public methodGetCreatableFolderTypes(Boolean )
Returns the collection of folder types that are creatable in the folder.
(Inherited from BCFolder.)
Public methodGetCreatableFolderTypes(Boolean , Boolean)
Returns the collection of folder types that are creatable in the folder.
(Inherited from BCFolder.)
Public methodGetCreatableProjects
Returns the collection of project definitions that are creatable inside the folder.
(Inherited from BCFolder.)
Public methodGetDepthFirstProjects 
Returns the collection of unreleased depth-first search projects.
(Inherited from BCFolder.)
Public methodGetDepthFirstProjects(Boolean)
Returns the collection of depth-first search projects.
(Inherited from BCFolder.)
Public methodGetDocumentCount
Returns a number of documents in the folder.
(Inherited from BCFolder.)
Public methodGetFolderCount
Returns a number of sub-folders in the folder.
(Inherited from BCFolder.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
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 methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodHasChildWithDisplayName
Returns a value indicating whether the folder contains an object with the specified display name.
(Inherited from BCFolder.)
Public methodLoadProperties
Returns a property collection for a property set with the specified name.
(Inherited from BCRepositoryObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodMove
Moves the object to another folder.
(Inherited from BCFSObject.)
Public methodNewConfigurableFolder(BCFolderType)Obsolete.
Creates a new sub-folder in the folder with the specified type.
(Inherited from BCFolder.)
Public methodNewConfigurableFolder(BCFolderType, String)Obsolete.
Creates a new sub-folder with the specified type and name.
(Inherited from BCFolder.)
Public methodNewDocument(BCDocumentType)
Creates a new document in the folder.
(Inherited from BCFolder.)
Public methodNewDocument(BCDocumentType, BCDocumentTemplate)
Creates a new document in the folder.
(Inherited from BCFolder.)
Public methodNewFolder 
Creates a new normal sub-folder in the folder.
(Inherited from BCFolder.)
Public methodNewFolder(String)
Creates a new normal sub-folder in the folder with the specified name.
(Inherited from BCFolder.)
Public methodNewFolder(String, BCFolderType)
Creates a new sub-folder in the folder with the specified type and name.
(Inherited from BCFolder.)
Public methodNewProject(BCProjectDefinition)
Creates a new project sub-folder.
(Inherited from BCFolder.)
Public methodNewProject(BCProjectDefinition, String)
Creates a new project sub-folder with the specified name.
(Inherited from BCFolder.)
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 methodSaveProperties
Saves a property collection.
(Inherited from BCRepositoryObject.)
Protected methodThrowIfDisposed
Throws the OnlineObjectDisposedException exception if the underlying object has been disposed.
(Inherited from DisposableObject.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Public methodUnDeleteFSObject(BCFSObject)
Undeletes a given object without creating a draft revision.
(Inherited from BCFolder.)
Public methodUnDeleteFSObject(BCFSObject, Boolean)
Undeletes a given object.
(Inherited from BCFolder.)
Back to Top
See Also