Home
/
Intersoft.finSupport6
/
finScriptFunctions
/
GetListOfScriptsByWebServiceName
GetListOfScriptsByWebServiceName
Method
Member of
finScriptFunctions
Function to get a list of active scripts excluding a given scriptPk based on a given webServiceName. This checks for any scripts other than the gvien script (scriptPK) that have a ScriptId or WebServiceName the same as the given webServiceName.
Syntax
finScriptFunctions
.
GetListOfScriptsByWebServiceName
(
webServiceName
,
[scriptPk]
)
Parameters
Name
Type
Optional
ByRef
Description
webServiceName
String
The WebServiceName to search for. The Count increases for any script found that has a ScriptId or WebServiceName matching this parameter.
scriptPk
Integer
Optional
Optionally the script to be excluded from the search.
If omitted, a value of
0
is assumed.
Return Value
ISList
A List of Scripts found that have a Id or WebServiceName matching the passed webServiceName
Member of:
finScriptFunctions
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0