stringListWrapper
Overview
Checks whether the current user has permissions to the provided list of paths.
Overview
Checks whether the current user has permissions to the provided list of paths.
stringListWrapper element
Type: | stringListWrapper |
Example XML
<?xml version="1.0" encoding="UTF-8"?> <stringListWrapper> <strings>...</strings> <strings>...</strings> <!--...more "strings" elements...--> </stringListWrapper>
Example JSON
{ "strings" : [ "...", ... ] }