getMbSec(callback);
callback. The callback procedure.
The getMbSec method requests additional settings for repository.
Advanced repository parameters include security manager parameters.
To execute the example, the page must contain a connection to repository named mb (see Example of Creating the Navigator Component). Get the object that contains description of the repository security manager parameters:
mb.getMbSec(function (sender, args)
{
var res = JSON.parse(args.ResponseText).GetMbSecResult;
console.log(res)
})
After executing the example the browser console displays object with description of repository security manager parameters.
See also: