Documentation > CMS Template API Library > Out > Write(Object)

Write

Writes the specified boolean to the output.

public System.Void Write(Object)

Parameters

NameDescriptionType
value The value to write. System.Object

Code Example

C#

Sample:
Out.Write(context.IsNew);

Connect with Crownpeak