|
Macros for SAS Application Developers
https://github.com/sasjs/core |
Gets a list of folder members (and ids) for a given root. More...
Go to the source code of this file.
Returns all members for a particular Viya folder. Works at both root level and below, and results are created in an output dataset.
%mv_getfoldermembers(root=/Public, outds=work.mymembers)
| [in] | root= | (/) The path for which to return the list of folders | ||||||||||||||||||||||||
| [out] | outds= | (work.mv_getfolders) The output dataset to create. Format:
| ||||||||||||||||||||||||
| [in] | access_token_var= | (ACCESS_TOKEN) The global macro variable to contain the access token | ||||||||||||||||||||||||
| [in] | grant_type= | (sas_services) Valid values are:
|
Definition in file mv_getfoldermembers.sas.