Nextcloud PHP API (stable18)

IChange

Represents a detected change in the storage

Tags
since
12.0.0

Table of Contents

ADDED  = 1
MODIFIED  = 3
REMOVED  = 2
RENAMED  = 4
getPath()  : mixed
Get the path of the file that was changed relative to the root of the storage
getType()  : int
Get the type of the change

Constants

Methods

getPath()

Get the path of the file that was changed relative to the root of the storage

public getPath() : mixed

Note, for rename changes this path is the old path for the file

Tags
since
12.0.0
Return values
mixed

getType()

Get the type of the change

public getType() : int
Tags
since
12.0.0
Return values
int

IChange::ADDED, IChange::REMOVED, IChange::MODIFIED or IChange::RENAMED

Search results