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

Removes a given attribute from the filter

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 unique id of the attribute

Return Value

true if the attribute is removed, false otherwise

See Also