| BCProjectCopyExtender Methods | 
The BCProjectCopyExtender type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | ConfirmMerged |  
            Confirms that the project copy is merged with master.
             | 
|  | ConfirmSuperseded |  
            Confirms that the project copy is superseded by master.
             | 
|  | DiscardFromProject | 
            Discards the project copy from the project.
             | 
|  | Dispose | 
            Releases the underlying wrapped object explicitly.
            (Inherited from DisposableObject.) | 
|  | Equals | (Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | Init | Obsolete. 
            Initializes the object.
            This method is deprecated. Use the parameterized constructor of the BCProjectCopyExtender class.
             | 
|  | LockMasterDocument | 
            Locks the master document from which the project copy was made. 
             | 
|  | LockMasterDocument(BCDocument) | 
            Locks the master document from which the project copy was made. 
             | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | OnDispose | 
            The method is called on Dispose.
            (Overrides DisposableObjectOnDispose.) | 
|  | ReleaseToMaster | 
            Releases the project copy as a revision of the master document.
            Assumes that the project copy was changed and a new master revision will be created.
             | 
|  | ReleaseToMaster(BCDocument) | 
            Releases the project copy as a revision of the master document.
            Assumes that the project copy was changed and a new master revision will be created.
             | 
|  | ReleaseToMaster(BCDocument, Boolean) | 
            Releases the project copy as a revision of the master document.
             | 
|  | ThrowIfDisposed | 
            Throws the ObjectDisposedException exception if 
            the underlying object has been disposed.
            (Inherited from DisposableObject.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
|  | UnlockFromProject | 
            Unlocks the project copy from its project.
             | 
|  | UnlockMasterDocument | 
            Unlocks the master document from which the project copy was made. 
             | 
|  | UnlockMasterDocument(BCDocument) | 
            Unlocks the master document from which the project copy was made. 
             | 
 See Also
See Also