This property cannot be set to null.
For a new ComponentRelationship object with no explicitly set component sort order, calling the Save method on the object assigns a value to this property equal to the highest component sort order in the ChildRelationships collection plus 1000. For example, if you did not explicitly set the ComponentSortOrder property for any ComponentRelationship objects within the collection, the first object added to the ChildRelationships collection has a component sort order of 1000; the second, 2000; the third, 3000; and so on.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property ComponentSortOrder As Nullable(Of Integer) |
C# |
---|
Nullable<int> ComponentSortOrder { get; set; } |
Visual C++ |
---|
property Nullable<int> ComponentSortOrder { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_componentSortOrder(); function set_componentSortOrder(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: READ_WRITE
TargetAccessRequired: READ