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

Adds the selected field from the extranet to the knowledge base. This field shows up in the knowledge base screen.

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

Syntax

C#
public void AddSelectedField(
	string val
)
Visual Basic (Declaration)
Public Sub AddSelectedField ( _
	val As String _
)
Visual C++
public:
void AddSelectedField(
	String^ val
)

Parameters

val
Type: System..::.String
The selected field value

See Also