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

Checks if the attribute is present

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

Syntax

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

Parameters

attr
Type: System..::.Int32
The attribute id to check

Return Value

true if present, false otherwise

See Also