Nextcloud PHP API (master)

IMovableMount

Denotes that the mount point can be (re)moved by the user

Tags
since
28.0.0

Table of Contents

Methods

moveMount()  : bool
Move the mount point to $target
removeMount()  : bool
Remove the mount points

Methods

moveMount()

Move the mount point to $target

public moveMount(string $target) : bool
Parameters
$target : string

the target mount point

Tags
since
28.0.0
Return values
bool

removeMount()

Remove the mount points

public removeMount() : bool
Tags
since
28.0.0
Return values
bool

        
On this page

Search results