4d / 4D-Mobile-App-Server

Open sourced component to install to 4d server as mobile app back end
Other
6 stars 7 forks source link

Remove usage of FOLDER LIST & DOCUMENT LIST #10

Closed mesopelagique closed 2 years ago

mesopelagique commented 2 years ago

use 4D.File and 4D.Folder instead

FOLDER LIST

https://github.com/4d/4D-Mobile-App-Server/blob/main/Project/Sources/Classes/Session.4dm#L27 https://github.com/4d/4D-Mobile-App-Server/blob/main/Project/Sources/Methods/MOBILE%20APP%20Get%20all%20bundleIds.4dm#L31

https://github.com/4d/4D-Mobile-App-Server/blob/main/Project/Sources/Methods/test_pushnotification.4dm#L15 https://github.com/4d/4D-Mobile-App-Server/blob/main/Project/Sources/Methods/test_session.4dm#L9

DOCUMENT LIST

https://github.com/4d/4D-Mobile-App-Server/blob/main/Project/Sources/Methods/MOBILE%20APP%20Get%20all%20deviceTokens.4dm#L28 https://github.com/4d/4D-Mobile-App-Server/blob/main/Project/Sources/Methods/MA%20Get%20all%20mailAddresses.4dm#L28 https://github.com/4d/4D-Mobile-App-Server/blob/main/Project/Sources/Methods/MOBILE%20APP%20Get%20session%20info.4dm#L31