Properties.getArray

Get an array of properties on the specified path

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

Parameters

path
Type: string

The path to the desired site

Examples

getArray("services");

Meta