Interface IScriptScope
Version: 3.2
Defines a script scope.
Namespace: StylelabsStylelabs.MStylelabs.M.ScriptingStylelabs.M.Scripting.TypesStylelabs.M.Scripting.Types.V1_0Base
Assembly: Stylelabs.M.Scripting.Types.dll
Syntax
RequestResponse
public interface IScriptScopeProperties
ContextObject
Gets the context.
Declaration
RequestResponse
object ContextObject { get; }Property Value
| Type | Description |
|---|---|
| object |
MClient
Gets the sdk client.
Declaration
RequestResponse
IMClient MClient { get; }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
RequestResponse
AuditData GetAuditData()Returns
GetTelemetryData()
Gets the telemetry data from the script.
Declaration
RequestResponse
TelemetryData GetTelemetryData()Returns
| Type | Description |
|---|---|
| TelemetryData |
The TelemetryData. |