Retrieves and locks the specified object from this
object. The object can be specified as a string containing a GUID, a symbolic name, or a path. Use parameters on this method to specify the owner of the lock and the lock timeout value. This method always makes a round-trip to the server.
You can optionally include a filter to control which properties to return with the object. If you pass in
for the
parameter, this method returns values for all non-object properties and returns placeholders for all object-valued properties. For more information, see the description of the
parameter.
Overload List
Name | Description | |
---|---|---|
![]() |
FetchAndLockObject (String, Id, Int64, String, PropertyFilter) | Retrieves and locks the specified object from this object. The object can be specified as a string containing a GUID, a symbolic name, or a path. Use parameters on this method to specify the owner of the lock and the lock timeout value. This method always makes a round-trip to the server. You can optionally include a filter to control which properties to return with the object. If you pass in |
![]() |
FetchAndLockObject (String, String, Int64, String, PropertyFilter) | Retrieves and locks the specified object from this object. Use parameters on this method to specify the owner of the lock and the lock timeout value. This method always makes a round-trip to the server. You can optionally include a filter to control which properties to return with the object. If you pass in |