[This is preliminary documentation and is subject to change.]
Adds an entry to the object
Namespace:
OfficeClip.BusinessLayer.Framework.HtmlStatusAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public void Add( bool isError, string status ) |
| Visual Basic (Declaration) |
|---|
Public Sub Add ( _ isError As Boolean, _ status As String _ ) |
| Visual C++ |
|---|
public: void Add( bool isError, String^ status ) |
Parameters
- isError
- Type: System..::.Boolean
true if the entry to be added is an error entry
- status
- Type: System..::.String
the status message
