ControlTier Inc. > Open.ControlTier
 
Font size:      

Object-Remove

Description

Removes object in specified project.

Parameters

AttributeDescriptionRequired
depotThe project to updateYes
resultpropertyProperty to set with success/fail valueYes
commentText describing purpose of updateYes
passfileFile containing authentication info to server. If passfile is not specified, information from the framework.properties file is used instead.No

Parameters specified as nested elements

entityreference

An entityreference specifying object to remove.

Examples

Remove object with maprefUri set to http://www.opendepo.org/MyOrg#MyProj_001

	<object-remove depot="MyProj"
                       resultproperty="result"
                       comment="Removed object because it was obsolete">
          <entityreference maprefuri="http://www.opendepo.org/MyOrg#MyProj_001"/>
	</object-remove>