IParserProperty.SetShortText Method

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.

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

HRESULT SetShortText(

Parameters

val

[in] The document property value.

Return Value

The IParserProperty Class methods return typical HRESULT values. In general, the method should return a positive OK value when successful or a negative FAIL value when unsuccessful.

Remarks

This method sets the property to the String data type, regardless of the property's previous data type. Take care to not change a property's data type to a data type that is incompatible with the Windows SharePoint Services column to which the property is mapped.

For IParserProperty Class methods, all output parameters of type LPCSTR are valid only as long as the IParserProperty interface pointer remains valid. The method caller should never change or free the memory pointed to by any output parameters of type LPCSTR.

If you call an IParserProperty.Set<datatype> method, then any previously returned output LCPSTR parameter may no longer be valid.

See Also

Reference

IParserProperty Class

Concepts

Custom Document Parsers

Document Parser Interface Overview