Interface IScriptScope
Defines a script scope.
Namespace: StylelabsStylelabs.MStylelabs.M.ScriptingStylelabs.M.Scripting.TypesStylelabs.M.Scripting.Types.V1_0Base
Assembly: Stylelabs.M.Scripting.Types.dll
Syntax
Properties
ContextObject
Gets the context.
Declaration
Property Value
| Type | Description |
|---|---|
| object |
MClient
Gets the sdk client.
Declaration
Property Value
| Type | Description |
|---|---|
| IMClient |
Methods
GetAuditData()
Gets the audit data from the script. For performance reasons, if there is nothing to return, null can be returned.
Declaration
Returns
GetTelemetryData()
Gets the telemetry data from the script.
Declaration
Returns
| Type | Description |
|---|---|
| TelemetryData |
The TelemetryData. |