IParserProperty Members

Applies to: SharePoint Foundation 2010

Represents a single document property in the property bag.

The following tables list the members that are exposed by the IParserProperty Interface.

Methods in Vtable Order

IUnknown Methods

Description

QueryInterface

Returns pointers to supported interfaces.

AddRef

Increments the reference count.

Release

Decrements the reference count.

IParserProperty Methods

Description

GetName

Returns the name of the document property.

GetValueType

Returns the data type of the document property.

GetNumber

Returns a document property of the Integer data type.

SetNumber

Sets a document property of the Integer data type.

GetDouble

Returns a document property of the Double data type.

SetDouble

Sets a document property of the Double data type.

GetDateTime

Returns a document property of the DateTime data type.

SetDateTime

Sets a document property of the DateTime data type.

GetBoolean

Returns a document property of the Boolean data type.

SetBoolean

Sets a document property of the Boolean data type.

GetShortText

Returns a document property of the String data type that is less than 256 characters in length.

SetShortText

Sets a document property of the String data type that is less than 256 characters in length.

GetLongText

Returns a document property of the String data type that is longer than 256 characters in length.

SetLongText

Sets a document property of the String data type that is longer than 256 characters in length.

SetValueFromString

Sets the value of a document property from the specified string.

SetEmpty

Sets the document property to null.

See Also

Reference

IParserProperty Members

Concepts

Document Parser Interface Overview

Custom Document Parsers