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

Constructor

Namespace:  OfficeClip.BusinessLayer.Metabase.Filter
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public ExtMF(
	string filterAttributes,
	int filterId,
	string filterName
)
Visual Basic (Declaration)
Public Sub New ( _
	filterAttributes As String, _
	filterId As Integer, _
	filterName As String _
)
Visual C++
public:
ExtMF(
	String^ filterAttributes, 
	int filterId, 
	String^ filterName
)

Parameters

filterAttributes
Type: System..::.String
The filter attributes
filterId
Type: System..::.Int32
The filter id
filterName
Type: System..::.String
The name of the filter

See Also