1. Stylelabs.M.Scripting.Types.V1_0.Base

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

public interface IScriptScope

Properties

ContextObject

Gets the context.

Declaration

object ContextObject { get; }

Property Value

TypeDescription
object

MClient

Gets the sdk client.

Declaration

IMClient MClient { get; }

Property Value

TypeDescription
IMClient

Methods

GetAuditData()

Gets the audit data from the script. For performance reasons, if there is nothing to return, null can be returned.

Declaration

AuditData GetAuditData()

Returns

TypeDescription
AuditDataThe AuditData.

GetTelemetryData()

Gets the telemetry data from the script.

Declaration

TelemetryData GetTelemetryData()

Returns

TypeDescription
TelemetryDataThe TelemetryData.
If you have suggestions for improving this article, let us know!