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

Constructor that takes the encoded string and creates a knowledge base

Namespace:  OfficeClip.BusinessLayer.Extranet
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public ExtranetKbInfo(
	string str
)
Visual Basic (Declaration)
Public Sub New ( _
	str As String _
)
Visual C++
public:
ExtranetKbInfo(
	String^ str
)

Parameters

str
Type: System..::.String
The string that is encoded specifically for the extranet knowledge base

See Also