InsertBlobParameter Procedure
Insert a parameter with the Data Type Blob.
Overloads
Name | Description |
---|---|
InsertBlobParameter(Text[100]; Text) | Insert a parameter with the Data Type Blob. |
InsertBlobParameter(Text[100]; Text; Text[100]) | Insert a parameter with the Data Type Blob. |
InsertBlobParameter(Text[100]; Text; Text[100]; Boolean) | Insert a parameter with the Data Type Blob. |
InsertBlobParameter(Text[100]; Text) Procedure
Insert a parameter with the Data Type Blob.
Signature
InsertBlobParameter(Name: Text[100]; Data: Text)
Parameters
Name
Text[100]
The name of the parameter.
Data
Text
The value.
InsertBlobParameter(Text[100]; Text; Text[100]) Procedure
Insert a parameter with the Data Type Blob.
Signature
InsertBlobParameter(Name: Text[100]; Data: Text; ReplaceRootElementName: Text[100])
Parameters
Name
Text[100]
The name of the parameter.
Data
Text
The value.
ReplaceRootElementName
Text[100]
The name to use to replace the name in the root element name when importing from Payload.
InsertBlobParameter(Text[100]; Text; Text[100]; Boolean) Procedure
Insert a parameter with the Data Type Blob.
Signature
InsertBlobParameter(Name: Text[100]; Data: Text; ReplaceRootElementName: Text[100]; Mandatory: Boolean)
Parameters
Name
Text[100]
The name of the parameter.
Data
Text
The value.
ReplaceRootElementName
Text[100]
The name to use to replace the name in the root element name when importing from Payload
Mandatory
Boolean
Set to true
if parameter is mandatory. The default value is true.
This documentation is generated from Smart Toolbox v27.0