![]() |
Production Ready Macros for SAS Application Developers
https://github.com/sasjs/core
|
Gets a list of folders (and ids) for a given root. More...
Go to the source code of this file.
Works for both root level and below, oauth or password. Default is oauth, and the token is expected in a global ACCESS_TOKEN variable.
%mv_getfoldermembers(root=/Public)
root= | The path for which to return the list of folders |
outds= | The output dataset to create (default is work.mv_getfolders) |
access_token_var= | The global macro variable to contain the access token |
grant_type= | valid values are "password" or "authorization_code" (unquoted). The default is authorization_code. |
Definition in file mv_getfoldermembers.sas.