Api - Add Sharing->get_path() so we can get the path of the share

This commit is contained in:
nathangray 2019-08-23 14:19:10 -06:00
parent e099086151
commit 3bec6326f9

View File

@ -119,6 +119,14 @@ class Sharing
return $this->share['share_root'];
}
/**
* Get share path
*/
public function get_path()
{
return $this->share['share_path'];
}
/**
* Get share with email addresses
*/