Victor-capilla

Results 1 issues of Victor-capilla

**i would like how to get all files of one folder that contains more folders and files.** This is my code : $ctx = ClientContext::connectWithUserCredentials($sharepoint['url'], $sharepoint['user'], $sharepoint['password']); $folders = $ctx->getWeb()->getFolders();...

question