ComponentRelationship
object within the ComponentRelationship
object's Id
property determines the ascending sort order position for this object and the associated child component. This property cannot be set to
.
For a new
object with no explicitly set component sort order, calling the
method on the object assigns a value to this property equal to the highest component sort order in the
collection plus 1000. For example, if you did not explicitly set the
property for any
objects within the collection, the first object added to the
collection has a component sort order of 1000; the second, 2000; the third, 3000; and so on.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property ComponentSortOrder As Nullable(Of Integer) |
C# |
---|
Nullable<int> ComponentSortOrder { get; set; } |
C++ |
---|
property Nullable<int> ComponentSortOrder abstract { Nullable<int> get(); void set(Nullable<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_ComponentSortOrder(); /** property */ public void set_ComponentSortOrder(Nullable<int> value); |
JScript |
---|
public function get ComponentSortOrder() : Nullable<int> public function set ComponentSortOrder(value : Nullable<int>); |
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