forked from SkylineCommunications/SLC-AS-SetParameter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSetParameter.xml
38 lines (34 loc) · 1.05 KB
/
SetParameter.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="utf-8" ?>
<DMSScript options="272" xmlns="http://www.skyline.be/automation">
<Name>SetParameter</Name>
<Description>Script that can be used to trigger a parameter set on button click in a low code app.</Description>
<Type>Automation</Type>
<Author>SKYLINE2\JVT</Author>
<CheckSets>FALSE</CheckSets>
<Folder></Folder>
<Protocols>
</Protocols>
<Memory>
</Memory>
<Parameters>
<ScriptParameter id="2" type="string" values="">
<Description>ElementId</Description>
</ScriptParameter>
<ScriptParameter id="3" type="string" values="">
<Description>ParameterId</Description>
</ScriptParameter>
<ScriptParameter id="4" type="string" values="">
<Description>PrimaryKey</Description>
</ScriptParameter>
<ScriptParameter id="5" type="string" values="">
<Description>Value</Description>
</ScriptParameter>
</Parameters>
<Script>
<Exe id="1" type="csharp">
<Value><![CDATA[[Project:SetParameter_1]]]></Value>
<!--<Param type="debug">true</Param>-->
<Message></Message>
</Exe>
</Script>
</DMSScript>