Datapolis Process System SDK

Search:

Contents
:
IndexBookmarkPrint
Home > Functions > Function XMLs > Function Schema > Functions > Function > Parameter

Parameter

 

 

The function parameter definition.

 

<Parameter
    Name = "Text"
    Title = "Text"
    Description = "Text"
    Type = "WBValueType">
</Parameter>

Attributes


Name Description
Name The name of a parameter. It should be used to parameter registration in code.
Title The title of a parameter shown in Datapolis Process System Designer.
Description The description of a parameter shown in Datapolis Process System Designer.
Type Required WBValueType. Specify the type supported by Datapolis Process System. There are the following supported types :

 

Value
String
Int
Bool
Double
DateTime
Guid
Object