[This is preliminary documentation and is subject to change.]
The public constructor
Namespace:
OfficeClip.BusinessLayer.Framework.HtmlStatusAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public Item( bool isError, string status ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ isError As Boolean, _ status As String _ ) |
| Visual C++ |
|---|
public: Item( bool isError, String^ status ) |
Parameters
- isError
- Type: System..::.Boolean
if it is an error
- status
- Type: System..::.String
the status string
