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 |
|---|---|
Returns pointers to supported interfaces. |
|
Increments the reference count. |
|
Decrements the reference count. |
IparserPropertyBag Methods |
Description |
|---|---|
Returns an enumerable version of the document property bag. |
|
Deletes the specified document property from the property bag. |
|
Creates a new document property in the property bag, or overwrites an existing property. |
|
Returns the specified document property from the property bag. |
|
Returns the correct value for a document property that is a SharePoint Foundation link. |
|
Returns the list schema of the document library in which the document is currently located. |
|
Encodes the property name according to XML encoding conventions for XML identifiers. |
|
Decodes the property name according to XML encoding conventions for XML identifiers. |
|
Returns the content type definition for the document. |