FindProp

Applies to: SharePoint Foundation 2010

Returns the specified document property from the property bag.

HRESULT FindProp(
   LPCSTR szName,
   IParserProperty **ppiprop
);

Parameters

szName

[in] The name of the document property to return.

ppiprop

[out] The specified document property.

Return Value

The IParserPropertyBag Interface methods return typical HRESULT values. In general, the method should return a positive OK value when successful or a negative FAIL value when unsuccessful.

See Also

Reference

IParserPropertyBag Interface

Concepts

Custom Document Parsers

Document Parser Interface Overview