Table of Contents

Class AppendScriptType

Namespace
Dynamicweb.DataIntegration.Integration.ScriptTypes
Assembly
Dynamicweb.DataIntegration.dll
[AddInLabel("Append")]
public class AppendScriptType : ScriptTypeProvider<string>
Inheritance
AppendScriptType
Inherited Members

Properties

AllowedTypes

public override IEnumerable<Type> AllowedTypes { get; set; }

Property Value

IEnumerable<Type>

ScriptValue

[AddInParameter("ScriptValue")]
[AddInLabel("Script value")]
[AddInParameterGroup("Scripting")]
[AddInParameterEditor(typeof(TextParameterEditor), "textArea=true")]
public string ScriptValue { get; set; }

Property Value

string

Methods

GetValueTyped(object?)

public override string GetValueTyped(object? input)

Parameters

input object

Returns

string

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.

To top