Click or drag to resize

PFQueryFilter_FileExcerptLength Property

Gets or sets the maximum length of the excerpt returned by the query if the field is also selected. Set this value to 0 to NOT return any excerpt. Default value: 200.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[XmlAttributeAttribute]
[DataMemberAttribute]
public uint ExcerptLength { get; set; }

Property Value

Type: UInt32
See Also