Properties.getObject

Get an associative array of object properties in the specified path

  1. Properties[string] getObject(string path)
    struct Properties
    Properties[string]
    getObject
    (
    string path
    )
  2. Properties[string] getObject()

Parameters

path
Type: string

The path to the desired site

Examples

getObject("services");

Meta