IParserProperty 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 single document property in the property bag.

The following tables list the members exposed by the IParserProperty Members class.

Public Methods

Name

Description

IParserProperty.GetName Method

Returns the name of the document property.

IParserProperty.GetValueType Method

Returns the data type of the document property.

IParserProperty.GetNumber Method

Returns a document property of the Integer data type.

IParserProperty.SetNumber Method

Sets a document property of the Integer data type.

IParserProperty.GetDouble Method

Returns a document property of the Double data type.

IParserProperty.SetDouble Method

Sets a document property of the Double data type.

IParserProperty.GetDateTime Method

Returns a document property of the DateTime data type.

IParserProperty.SetDateTime Method

Sets a document property of the DateTime data type.

IParserProperty.GetBoolean Method

Returns a document property of the Boolean data type.

IParserProperty.SetBoolean Method

Sets a document property of the Boolean data type.

IParserProperty.GetShortText Method

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

IParserProperty.SetShortText Method

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

IParserProperty.GetLongText Method

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

IParserProperty.SetLongText Method

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

IParserProperty.SetValueFromString Method

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

IParserProperty.SetEmpty Method

Sets the document property to null.

See Also

Reference

IParserProperty Members

Concepts

Custom Document Parsers

Document Parser Interface Overview