Configuration class

Configuration class

Represents the configuration context object that is used to set up the environment settings for the application.

The Configuration type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the Configuration class.

Properties

PropertyDescription
securityThis property allows you to set a number of restrictions on the content loaded in the frame, for example, block forms and scripts.
Refer to article about sandboxing.

Methods

MethodDescription
createCreate and configure the instance of Configuration object.
get_service

See Also