Click or drag to resize
BCDocumentTemplateUILoadFromFile Method
Loads the content of the document template from the specified file.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public void LoadFromFile(
	string filePath
)

Parameters

filePath
Type: SystemString
The path to a file to load from.
See Also