[−][src]Function dropbox_sdk::sharing::set_access_inheritance
pub fn set_access_inheritance(
client: &dyn HttpClient,
arg: &SetAccessInheritanceArg
) -> Result<Result<ShareFolderLaunch, SetAccessInheritanceError>>
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.