[This is preliminary documentation and is subject to change.]
Constructor that takes the encoded string and creates a knowledge base
Namespace:
OfficeClip.BusinessLayer.TrackerAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public TrackerKBInfo( string str ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ str As String _ ) |
| Visual C++ |
|---|
public: TrackerKBInfo( String^ str ) |
Parameters
- str
- Type: System..::.String
The string that is encoded specifically for the tracker knowledge base
