IUrlAccessor4::ShouldIndexProperty method (searchapi.h)

Identifies whether a property should be indexed.

Syntax

HRESULT ShouldIndexProperty(
  [in]  REFPROPERTYKEY key,
  [out] BOOL           *pfIndexProperty
);

Parameters

[in] key

The property to index.

[out] pfIndexProperty

A pointer to a value that indicates whether a property should be indexed.

Return value

Returns S_FALSE if the property should not be indexed.

Requirements

Requirement Value
Minimum supported client Windows Vista with SP2 [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header searchapi.h
Redistributable Windows Search (WS) 4.0

See also

IUrlAccessor4