[This is preliminary documentation and is subject to change.]

Namespace:  OfficeClip.BusinessLayer.Framework.HtmlStatus
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public void Add(
	bool isError,
	string status,
	bool emphasis
)
Visual Basic (Declaration)
Public Sub Add ( _
	isError As Boolean, _
	status As String, _
	emphasis As Boolean _
)
Visual C++
public:
void Add(
	bool isError, 
	String^ status, 
	bool emphasis
)

Parameters

isError
Type: System..::.Boolean
status
Type: System..::.String
emphasis
Type: System..::.Boolean

See Also