The ordinal number of the Verity collection if this collection was created prior to the Content Engine 4.0 release.
For objects indexed in this collection, an arithmetic function is performed on the object's GUID to map it to an ordinal number,
indicating this ordinal number (the collection in which the object resides).
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Property OriginalOrdinal As Nullable(Of Integer) |
C# |
---|
Nullable<int> OriginalOrdinal { get; set; } |
Visual C++ |
---|
property Nullable<int> OriginalOrdinal {
Nullable<int> get ();
void set (Nullable<int> value);
} |
JavaScript |
---|
function get_originalOrdinal();
function set_originalOrdinal(value); |