LockOwner Property
The principle that owns the current resource lock.
Object Oriented Interface
public function getLockOwner(); public function setLockOwner($value);
Procedural Interface
ipworks_webdav_get($res, 23 ); ipworks_webdav_set($res, 23, $value );
Default Value
''
Remarks
Before a call to the LockResource method, LockOwner may be set to the name of a principle or group of principles that will own the lock. If no owner is specified, the server will automatically associate the lock with the requesting principle. After a successful LockResource operation, the class will set the LockOwner property to the correct value returned in the server's response.
Data Type
String