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

Removes the attribute from the criteria list

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

Syntax

C#
public bool RemoveAttribute(
	int attrId
)
Visual Basic (Declaration)
Public Function RemoveAttribute ( _
	attrId As Integer _
) As Boolean
Visual C++
public:
bool RemoveAttribute(
	int attrId
)

Parameters

attrId
Type: System..::.Int32
The id of the attribute

Return Value

true if the criteria got removed, false otherwise

See Also