Function dropbox_sdk::sharing::set_access_inheritance
source · [−]pub fn set_access_inheritance(
client: &impl UserAuthClient,
arg: &SetAccessInheritanceArg
) -> Result<Result<ShareFolderLaunch, SetAccessInheritanceError>>This is supported on crate feature
dbx_sharing only.Expand description
Change the inheritance policy of an existing Shared Folder. Only permitted for shared folders in
a shared team root. If a ShareFolderLaunch::AsyncJobId is
returned, you’ll need to call check_share_job_status() until the
action completes to get the metadata for the folder.