Click or drag to resize
InfoTemplateV12Base.WriteLine Method (String,Object[])
Write formatted text directly into the generated output

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

Parameters

format
Type: System.String
args
Type:System.Object[]
See Also