Enum

Applies to: SharePoint Foundation 2010

Returns an enumerable version of the document property bag.

HRESULT Enum(
   IEnumParserProperties **ppenum
);

Parameters

ppenum

[out] The enumerable version of the document property bag.

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

Concepts

Custom Document Parsers

Document Parser Interface Overview