Constructors

Methods

  • Move a property identified by {propertyName} to the recycling bin. Archive a property

    Parameters

    • objectType: string
    • propertyName: string
    • Optional_options: Configuration

    Returns Promise<void>

  • Read a property identified by {propertyName}. Read a property

    Parameters

    • objectType: string
    • propertyName: string
    • Optionalarchived: boolean

      Whether to return only results that have been archived.

    • Optionalproperties: string
    • Optional_options: Configuration

    Returns Promise<Property>