Click or drag to resize
BindingInfoProviderTemplateBaseWriteLine Method (String, Object)
Write formatted text directly into the generated output

Namespace: CMS.DataEngine.Generators
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public void WriteLine(
	string format,
	params Object[] args
)

Parameters

format
Type: SystemString
args
Type: SystemObject
See Also