Click or drag to resize

metaCustomizedSimplePageAddAttachment Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the attachment.

Namespace:  imbSCI.Reporting.meta.page
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public metaAttachmentBlock AddAttachment(
	string __includeFilePath,
	string __filename,
	string __caption = "",
	string __description = "",
	string __templateNeedle = "",
	bool __isDataTemplate = false
)
Request Example View Source

Parameters

__includeFilePath
Type: SystemString
The include file path.
__filename
Type: SystemString
The filename.
__caption (Optional)
Type: SystemString
The caption.
__description (Optional)
Type: SystemString
The description.
__templateNeedle (Optional)
Type: SystemString
The template needle.
__isDataTemplate (Optional)
Type: SystemBoolean
if set to true [is data template].

Return Value

Type: metaAttachmentBlock
See Also