IParserPropertyBag Members

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Represents a property bag object used to transmit document properties between a custom document parser and Windows SharePoint Services.

The following tables list the members exposed by the IParserPropertyBag Class class.

Public Methods

Name

Description

IParserPropertyBag.Enum Method

Returns an enumerable version of the document property bag.

IParserPropertyBag.DeleteProp Method

Deletes the specified document property from the property bag.

IParserPropertyBag.NewProp Method

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

IParserPropertyBag.FindProp Method

Returns the specified document property from the property bag.

IParserPropertyBag.ProcessLink Method

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

IParserPropertyBag.GetSchemaXml Method

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

IParserPropertyBag.EncodeName Method

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

IParserPropertyBag.DecodeName Method

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

IParserPropertyBag.GetContentTypeSchemaXml Method

Returns the content type definition for the document.

See Also

Concepts

Custom Document Parsers

Document Parser Interface Overview