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

Shows the type of the filter selected from the knowledge base creation screen.

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

Syntax

C#
public string FilterTypeId { get; set; }
Visual Basic (Declaration)
Public Property FilterTypeId As String
Visual C++
public:
property String^ FilterTypeId {
	String^ get ();
	void set (String^ value);
}

See Also