Class SharedScriptScope
Defines scope for shared scripts.
Inheritance
object
SharedScriptScope
Implements
Namespace: StylelabsStylelabs.MStylelabs.M.ScriptingStylelabs.M.Scripting.TypesStylelabs.M.Scripting.Types.V1_0Shared
Assembly: Stylelabs.M.Scripting.Types.dll
Syntax
Constructors
SharedScriptScope(IMClient)
Initializes a new instance of the SharedScriptScope class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| IMClient | client |
The instance. |
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. |