diff options
Diffstat (limited to 'lib/public/share/imanager.php')
-rw-r--r-- | lib/public/share/imanager.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/public/share/imanager.php b/lib/public/share/imanager.php index 86a31e1f06d..64e5b554de9 100644 --- a/lib/public/share/imanager.php +++ b/lib/public/share/imanager.php @@ -222,6 +222,13 @@ interface IManager { public function shareWithGroupMembersOnly(); /** + * Check if users can share with groups + * @return bool + * @since 9.0.1 + */ + public function allowGroupSharing(); + + /** * Check if sharing is disabled for the given user * * @param string $userId |