This property can be accessed from a IContentElement-based object, or from IGetContentEvent, representing the event fired when the content element specified in this property is retrieved.
Namespace:
FileNet.Api.Core
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property ElementSequenceNumber As Nullable(Of Integer) |
| C# |
|---|
Nullable<int> ElementSequenceNumber { get; set; } |
| Visual C++ |
|---|
property Nullable<int> ElementSequenceNumber { Nullable<int> get (); void set (Nullable<int> value); } |
| JavaScript |
|---|
function get_elementSequenceNumber(); function set_elementSequenceNumber(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: null
PropertyMaximumInteger32: null
PropertyMinimumInteger32: null
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ