Deprecated.
The symbolic name of a date/time property to be used for partitioning documents into Verity collections. When this property is set, documents, annotations, folders, and custom objects that are enabled for CBR, and that contain a date/time property that matches the value of VerityPartitionProperty, are indexed in Verity collections based on the date ranges of the collections. For example, assume that there is an email class with a property named "receivedDate". If the value of the VerityPartitionProperty is set to "receivedDate", then partitioned Verity collections are created, and a document of the email class will be indexed into the Verity collection with the date range corresponding to the receivedDate value of the document. For information on how date ranges are established for Verity Collections, see the VerityPartitionInterval property.

The property affects all index areas configured on the object store. The default is null, indicating that the partitioning feature is disabled.

Namespace:  FileNet.Api.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
<ObsoleteAttribute("As of release 5.2.0.")> _
Property VerityPartitionProperty As String
C#
[ObsoleteAttribute("As of release 5.2.0.")]
string VerityPartitionProperty { get; set; }
Visual C++
[ObsoleteAttribute(L"As of release 5.2.0.")]
property String^ VerityPartitionProperty {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_verityPartitionProperty();
function set_verityPartitionProperty(value);

ToggleRemarks

ToggleSee Also