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

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

Parameters

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