Function dropbox_sdk::sharing::set_access_inheritance [−][src]
pub fn set_access_inheritance(
client: &impl UserAuthClient,
arg: &SetAccessInheritanceArg
) -> Result<Result<ShareFolderLaunch, SetAccessInheritanceError>>
This is supported on crate feature
dbx_sharing
only.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.