IParserPropertyBag Members

Applies to: SharePoint Foundation 2010

Represents a property bag object that is used to transmit document properties between a custom document parser and Microsoft SharePoint Foundation.

The following tables list the members that are defined by the IparserPropertyBag interface.

Methods in Vtable Order

IUnknown Methods

Description

QueryInterface

Returns pointers to supported interfaces.

AddRef

Increments the reference count.

Release

Decrements the reference count.

IparserPropertyBag Methods

Description

Enum

Returns an enumerable version of the document property bag.

DeleteProp

Deletes the specified document property from the property bag.

NewProp

Creates a new document property in the property bag, or overwrites an existing property.

FindProp

Returns the specified document property from the property bag.

ProcessLink

Returns the correct value for a document property that is a SharePoint Foundation link.

GetSchemaXml

Returns the list schema of the document library in which the document is currently located.

EncodeName

Encodes the property name according to XML encoding conventions for XML identifiers.

DecodeName

Decodes the property name according to XML encoding conventions for XML identifiers.

GetContentTypeSchemaXml

Returns the content type definition for the document.

See Also

Reference

IParserPropertyBag Interface

Concepts

Document Parser Interface Overview

Custom Document Parsers