ControlTier Inc. > Open.ControlTier
 
Font size:      

Get-Properties

Description

The Get-Properties task requests the property view for a specified object.

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

context

A context.

Examples

Get the object property view:

        <get-properties serverUrl="${viewdoc.server}"
                       depot="${entity.depot}"
                       resultproperty="rs"
                       comment="none">
          <context direction="internal" proximity="1"
                     entityName="${context.name} entityClass="${context.type}"/>
        </get-properties>