Click or drag to resize

RibbonBarAddInTraceWrite Method (String, Object)

Writes a single message specified by its format and arguments to the output.

Namespace:  Dynamicweb.Controls.Extensibility
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public virtual void Write(
	string format,
	params Object[] args
)

Parameters

format
Type: SystemString
Message format.
args
Type: SystemObject
Message arguments.
Remarks