plugin.getDefRootContainer
The 'getDefRootContainer' function returns the default SSG path to the root container folder which contains top-level info items. The SSG path to the root container is hard-coded as a constant string (i.e. '/Organizer/data/');
- Prototype: plugin.getDefRootContainer();
- Parameters: None;
- Return Value: the hard-coded constant string: '/Organizer/data/'.
- Example:
alert(plugin.getDefRootContainer());