Documentation > CMS Template API Library > Out > Write(Object)
Write
Writes the specified boolean to the output.
public System.Void Write(Object)
Parameters
| Name | Description | Type | 
|---|---|---|
| value | The value to write. | System.Object | 
Code Example
C#
Sample:
Out.Write(context.IsNew);
